Fixes an error on BackgroundMigration::BackfillWorkItemTypeIdForIssues
A retry mechanism is in place as we expect queries to timeout. The wrong exception was rescued. Before we rescued only from ActiveRecord::StatementTimeout and now we also rescue ActiveRecord::QueryCanceled
Showing
Please register or sign in to comment