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!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,7 +7,7 @@ class QueueBackfillIdentifierNamesOfVulnerabilityReads < Gitlab::Database::Migra
MIGRATION = "BackfillIdentifierNamesOfVulnerabilityReads"
DELAY_INTERVAL = 160.seconds
BATCH_SIZE = 15000
BATCH_SIZE = 12000
SUB_BATCH_SIZE = 40 # Total number of sub-batches: 375
def up
Loading