Skip to content

Releases: uafrica/delayed-jobs

Version 7.0.0

16 Aug 13:15
9836577
Compare
Choose a tag to compare

Is now only CakePHP 3.6+ compatible, and adds a Jobs debug kit panel!

v6.7.0

15 Jun 07:56
4d71028
Compare
Choose a tag to compare
  • Archiving now uses INSERT IGNORE
  • Can now keep archives a bit cleaner

v6.6.0

15 Jun 07:42
92304f7
Compare
Choose a tag to compare

Allows for requeue to revive status 9 (paused) jobs.

v6.5.1

15 Mar 10:13
Compare
Choose a tag to compare

Indicate when jobs are being run manually

v6.5.0

13 Mar 10:26
42aabcb
Compare
Choose a tag to compare
  • Adds the ability to pause a job by throwing a PausedException.
  • Adds the ability to run a debug worker in such a way that it will stop if any jobs encounter a error (Makes debugging easier)

V6.3.2

10 Aug 07:28
Compare
Choose a tag to compare

Fixes some major issues around worker suicides

Add support for reply-to messages

28 Jul 12:41
Compare
Choose a tag to compare
Merge pull request #9 from uafrica/staged

Some basic changes

v6.0.4

05 Dec 08:59
Compare
Choose a tag to compare

Add a 100ms delay before a job is re-queued.

Releast v6.0.0

23 Nov 09:39
Compare
Choose a tag to compare

This release has cleanup many things on delayed jobs.

Including:

  • New rabbitMQ broker and drivers (For implementing different rabbitmq implementations)
  • Cleaner datastore interface and classes
  • Worker shells cleanup
  • Added the ability for workers to kill themselves after x number of executed jobs, or x seconds since last job.