Skip to content

Remove split_background_migration_on_query_canceled feature flag

What does this MR do and why?

The split_background_migration_on_query_canceled feature flag has been enabled globally in production for over a week. We have 2 long running migrations that finished correctly over the weekend (IDS: 223 and 256 in production). Before, we saw a migration failing in staging because of ActiveRecord::QueryCanceled exceptions as those failing batches were not split and retried.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #378846 (closed)

Edited by Mario Celi

Merge request reports

Loading