Open wa0x6e opened 10 years ago
Hi @kamisama ,
As you can see the original library has added the support of dequeue of jobs.. any plan to implement this method on cake version?
https://github.com/chrisboulton/php-resque#dequeueing-jobs
Regards,
As soon as php-resque-ex is merged back into the original library. Still no ETA.
Was this ever fixed? We had a server go down and now our stop/clear/force all show PIDs from other server even though it is no longer online. Am I describing different issue?
Seems like a different issue, but the fix for this one should be the same
Differentiate local workers from remote workers, when sharing a redis database among multiple machine, because workers can only be manipulated by the machine who created them.