delayed_job_groups_plugin
delayed_job_groups_plugin copied to clipboard
Job groups for delayed_job - http://www.salsify.com/blog/adding-job-groups-to-delayed-job-in-rails
This addresses https://github.com/salsify/delayed_job_groups_plugin/issues/22. This skips enqueueing the on_cancellation_job or on_completion_job if there is an error deserializing it. Adds an optional proc, `error_reporter`, that accepts one argument (the raised error) when...
Hello! I've come across an issue where models that on_cancellation_job depends upon no longer exist, a DeserializationError is raised but in delayed_jobs_groups_plugin's cancel method this isn't handled, so the worker...
app fails to load on boot with the new `DelayedJobGroupsPlugin is incompatible with Delayed::Job when 'destroy_failed_jobs' is set to 'true'` error. we are not setting this value explicitly anywhere in...