Avoid race condition when stealing a background migration
We first pop a job from the Sidekiq queue / scheduled set and only if this has been successfully deleted we process the job. This makes it possible to minimize a possibility of a race condition happening.
Showing
Please register or sign in to comment