cakephp-queue
cakephp-queue copied to clipboard
Queue plugin for CakePHP - simple, pure PHP and without dependencies.
Hallo Mark is there a way to be able to raise and event when all the configured attepts per queue job has been used? Thank you Rudy
Hi, any way to setting [this timeout value](https://github.com/dereuromark/cakephp-queue/blob/cake4/src/Queue/Task/EmailTask.php#L37 ) using [QueueTransport](https://github.com/dereuromark/cakephp-queue/blob/master/docs/sections/tasks/email.md#using-queuetransport) in the app_queue.php file or other way?
For instance, I've queued 10 jobs scheduled 1 minute ahead. When I trigger the worker with `bin/cake queue runworker`, This is the the output: ``` [2024-12-11 06:39:29] Looking for Job...