Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/database/batched_background_migration/execution_worker.rb')
-rw-r--r--app/workers/database/batched_background_migration/execution_worker.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/workers/database/batched_background_migration/execution_worker.rb b/app/workers/database/batched_background_migration/execution_worker.rb
index 37b40c73ca6..53c92ab8969 100644
--- a/app/workers/database/batched_background_migration/execution_worker.rb
+++ b/app/workers/database/batched_background_migration/execution_worker.rb
@@ -11,7 +11,6 @@ module Database
INTERVAL_VARIANCE = 5.seconds.freeze
LEASE_TIMEOUT_MULTIPLIER = 3
- MAX_RUNNING_MIGRATIONS = 4
included do
data_consistency :always
@@ -21,7 +20,7 @@ module Database
class_methods do
def max_running_jobs
- MAX_RUNNING_MIGRATIONS
+ Gitlab::CurrentSettings.database_max_running_batched_background_migrations
end
# We have to overirde this one, as we want