From 3ef9553486f5be24b6845fd10fc7e21e8121dedd Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 12 Jun 2020 12:08:56 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/workers/background_migration_worker.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/workers/background_migration_worker.rb') diff --git a/app/workers/background_migration_worker.rb b/app/workers/background_migration_worker.rb index 6a64afe47de..bff864ba420 100644 --- a/app/workers/background_migration_worker.rb +++ b/app/workers/background_migration_worker.rb @@ -5,6 +5,7 @@ class BackgroundMigrationWorker # rubocop:disable Scalability/IdempotentWorker feature_category :database urgency :throttled + loggable_arguments 0, 1 # The minimum amount of time between processing two jobs of the same migration # class. -- cgit v1.2.3