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 'config/sidekiq_queues.yml')
-rw-r--r--config/sidekiq_queues.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index 52ecd62edd5..d7c6e6031aa 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -17,9 +17,8 @@
# 3: high priority
# 5: _super_ high priority, this should only be used for _very_ important queues
#
-# As per http://stackoverflow.com/a/21241357/290102 the formula for calculating
-# the likelihood of a job being popped off a queue (given all queues have work
-# to perform) is:
+# The formula for calculating the likelihood of a job being popped off a queue
+# (given all queues have work to perform) is:
#
# chance = (queue weight / total weight of all queues) * 100
---
@@ -126,6 +125,8 @@
- 2
- - emails_on_push
- 2
+- - environments_auto_stop
+ - 1
- - environments_canary_ingress_update
- 1
- - epics
@@ -248,6 +249,8 @@
- 1
- - namespaces_onboarding_user_added
- 1
+- - namespaces_sync_namespace_name
+ - 1
- - new_epic
- 2
- - new_issue