Skip to content
Snippets Groups Projects

Backfill identifier_names to vulnerability_reads

Merged Bala Kumar requested to merge 460080-new-backfill-migration into master
All threads resolved!
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,9 +6,9 @@ class QueueBackfillIdentifierNamesOfVulnerabilityReads < Gitlab::Database::Migra
restrict_gitlab_migration gitlab_schema: :gitlab_main
MIGRATION = "BackfillIdentifierNamesOfVulnerabilityReads"
DELAY_INTERVAL = 2.minutes
BATCH_SIZE = 5000
SUB_BATCH_SIZE = 100
DELAY_INTERVAL = 160.seconds
BATCH_SIZE = 15000
SUB_BATCH_SIZE = 40 # Total number of sub-batches: 375
def up
queue_batched_background_migration(
Loading