Skip to content

Releases: salsify/delayed_job_groups_plugin

v2.0.0

31 Oct 09:43
6e677f0

Choose a tag to compare

v1.0.0

08 Oct 11:39
0a648a1

Choose a tag to compare

Breaking Changes

  • This library will fail to load if Delayed::Worker.destroy_failed_jobs is set to true. Delayed::Job sets this option to true by default, you will need to configure it to false in order to include this library. (fb2ce690)

Changes

  • Moves on_cancellation logic from the before delayed job lifecycle hook to the after hook. (fb2ce690)
  • Wrapped the job group cancel hook in a lock to prevent concurrently failing jobs from enqueueing multiple on cancellation jobs. (fb2ce690)

v0.14.0

25 Sep 18:58
700a2b4

Choose a tag to compare

  • Reverts changes made in version 0.13. (0daaeb93)

v0.13.0

24 Sep 15:21
c8ec79d

Choose a tag to compare

  • Moves on_cancellation logic from the before delayed job lifecycle hook to the after hook. (bf9bc686)
  • Gem will now fail to load if Delayed::Worker.destroy_failed_jobs is set to true. (bf9bc686)
  • Wrapped the job group cancel hook in a lock to prevent concurrently failing jobs from enqueueing multiple on cancellation jobs. (bf9bc686)

v0.12.0

12 Nov 16:07
b930b0f

Choose a tag to compare

v0.11.0

29 Aug 18:59
eb0869c

Choose a tag to compare

v0.10.1

30 Oct 13:30
e9d9198

Choose a tag to compare

  • Fix Rails 7.1 deprecation warnings (e9d9198b)

v0.10.0

13 Oct 21:35
618ff8e

Choose a tag to compare

v0.9.0

21 Sep 19:08
380ba44

Choose a tag to compare

No changes noted.

v0.8.0

25 Apr 13:36
d773aef

Choose a tag to compare

No changes noted.