How to cancel a job in PHP-RESQUE

436 Views Asked by At

I am using the below library

https://github.com/chrisboulton/php-resque

How to cancel the running job. I tried to get the worker object and kill the child..but the object does not have any child.

1

There are 1 best solutions below

3
On

I dont have enough rep to put this in a comment and not an answer, but maybe this will help you: http://engineering.hoteltonight.com/killing-stale-or-stuck-resque-jobs