You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)