Skip to content

Rescue Sidekiq::Shutdown exception

Max Orefice requested to merge morefice/rescue-sidekiq-shutdown-exception into master

Ref: #366720

What does this MR do and why?

This MR rescues Sidekiq::Shutdown exception from BatchedMigrationJobs in order to reschedule them automatically.

It makes sure we don't split the job as this is most likely not the reason why the job is failing.

This will avoid to requeue batched migrations which failed such as !168493 (merged).

Edited by Max Orefice

Merge request reports

Loading