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
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,8 +7,8 @@ class QueueBackfillIdentifierNamesOfVulnerabilityReads < Gitlab::Database::Migra
@@ -7,8 +7,8 @@ class QueueBackfillIdentifierNamesOfVulnerabilityReads < Gitlab::Database::Migra
MIGRATION = "BackfillIdentifierNamesOfVulnerabilityReads"
MIGRATION = "BackfillIdentifierNamesOfVulnerabilityReads"
DELAY_INTERVAL = 2.minutes
DELAY_INTERVAL = 2.minutes
BATCH_SIZE = 5000
BATCH_SIZE = 13500
SUB_BATCH_SIZE = 100
SUB_BATCH_SIZE = 30 # Total number of sub-batches: 450
def up
def up
queue_batched_background_migration(
queue_batched_background_migration(
Loading