Is there any way to force stop a worker?
So i have a project that requires a worker to run to access the app on this worker via this app api. problem is, this takes about a minute and then i dont need it. but worker keeps running for about 8 mins when i dint need it. so i was wandering, is there any way to force stop? i didnt find any api calls in docs, execution timeout option seems to do nothing, and even canceling the job and purging queue via api doesnt stop it. Help would be appreciated