Skip to content

Releases: dereuromark/cakephp-queue

8.5.1

30 Oct 21:10

Choose a tag to compare

Fixes

  • Re-allowed 0 (unlimited) runtime for workers again

Full Changelog: 8.5.0...8.5.1

6.9.3

12 Sep 11:49
12a81bb

Choose a tag to compare

Fixes

Full Changelog: 6.9.2...6.9.3

8.5.0

16 Sep 12:05

Choose a tag to compare

Improvements

  • Better config naming/handling
  • Allow attachments for Email task

8.4.0

16 Aug 22:36
3cbbb3d

Choose a tag to compare

Improvements

  • Queue.Job.maxAttemptsExhausted event when a job has failed and exhausted all of its configured retry attempts.
  • Set job as failed when job execution interrupted due to timeout or manual termination

8.3.1

08 Aug 18:50
db803df

Choose a tag to compare

Fixes

  • Fix IO error usage

New Contributors

Full Changelog: 8.3.0...8.3.1

8.3.0

12 Jun 11:33
44c9d81

Choose a tag to compare

Improvements

  • Allow cloning of run jobs to re-run them from backend (job view)
  • Add memory usage info into jobs on finish, but also on progress update, to better analyze memory issues
  • Allow using -r from local dev CLI command to run a longer queue job in the background

Note: Make sure your Queue.workermaxruntime is always set to the absolute max your queue jobs will ever run. This is now a bit more strictly implemented, to avoid some rogue long running tasks to take too much processing time.

6.9.2

08 May 01:33
0d61cb1

Choose a tag to compare

Fixes

Backporting fixes

8.2.4

01 May 10:45
b188bf1

Choose a tag to compare

Fixes

  • Removed deprecations

8.2.3

21 Mar 12:09
cc975e9

Choose a tag to compare

Fixes

  • Fixed some minor Windows compatibility issue

8.2.2

12 Mar 01:04
0a25531

Choose a tag to compare

Improvements

  • Compatibility with brick/varexporter 0.6+