Skip to content
Snippets Groups Projects

Add nullify job for orphan runner_id columns of ci_builds

Merged Furkan Ayhan requested to merge 30159-fix-data-on-ci-builds-runner-id into master
2 unresolved threads
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,7 +2,7 @@
class ScheduleNullifyOrphanRunnerIdOnCiBuilds < Gitlab::Database::Migration[1.0]
MIGRATION = 'NullifyOrphanRunnerIdOnCiBuilds'
BATCH_SIZE = 10_000
BATCH_SIZE = 100_000
DELAY_INTERVAL = 2.minutes
disable_ddl_transaction!
Loading