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

Dequeue job #108

Closed boxgames1 closed 5 years ago

boxgames1 commented 5 years ago

Hi!

After take a look over the library I could not find a function to dequeue jobs.

Is there a way to do it or it's not implemented yet?

wa0x6e commented 5 years ago

The underlying php-resque version does not support job dequeuing.

Recent version does support dequeueing, but that plugin is not actively maintained anymore, sorry