From b7c735c8ac11b8182807070fc6f84f2606e15427 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 15 Apr 2020 12:09:18 +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 f5fd73156b3..6a64afe47de 100644 --- a/app/workers/background_migration_worker.rb +++ b/app/workers/background_migration_worker.rb @@ -4,6 +4,7 @@ class BackgroundMigrationWorker # rubocop:disable Scalability/IdempotentWorker include ApplicationWorker feature_category :database + urgency :throttled # The minimum amount of time between processing two jobs of the same migration # class. -- cgit v1.2.3