Skip to content

3.16.0

Choose a tag to compare

@dereuromark dereuromark released this 20 Mar 20:22
· 620 commits to master since this release
8bb4cdf

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.