3.16.0
Improvements
Multiserver improvements
Using Queue.multiserver config you can now have the correct behavior per environment from both CLI and web backend.
Rerun
Added a re-run option for successfully run jobs on CLI
Just execute
bin/cake queue rerun MyTask {reference}
The optional reference can be an additional filter for specific jobs of this task.
Please note:
The API for reset() has slightly changed, but usually no one is directly using the result here.
It now returns the changed/touched rows (int) instead of boolean success.
Bugfixes
- Fixed backend URLs to be post-required for modifying data.