delayed_job_groups_plugin icon indicating copy to clipboard operation
delayed_job_groups_plugin copied to clipboard

incompatible change in minor version 0.13.0

Open gsar opened this issue 3 months ago • 1 comments

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 our code, so it appears it is failing on default behavior?

i understand the reason for the change, but this change should have prompted a major version increment IMHO.

gsar avatar Sep 25 '25 14:09 gsar

Apologies for any headaches this might have caused! In hindsight, I agree this probably should have been a major version release. To help mitigate this, I'll plan on releasing a minor version reverting these changes and move them into a major version release with more clear upgrading instructions (ie having to explicitly set the destroy_failed_jobs option to false).

marcoserrato avatar Sep 25 '25 15:09 marcoserrato