wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

Differentiate local workers from remote workers #56

Open wa0x6e opened 10 years ago

wa0x6e commented 10 years ago

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.

amiri27 commented 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,

wa0x6e commented 10 years ago

As soon as php-resque-ex is merged back into the original library. Still no ETA.

lacalan commented 7 years ago

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?

wa0x6e commented 7 years ago

Seems like a different issue, but the fix for this one should be the same