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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 12:12:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 12:12:59 +0300
commit6c4f8ad2d99cf2716e62bd5a0c2ecea9e15505b2 (patch)
tree3614ad9d01d3c6b4e167848e4ed8fc33834fde8c /sidekiq_cluster
parent13ad005a25f163520ff94b90cdd53495c5a0b5c4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'sidekiq_cluster')
-rw-r--r--sidekiq_cluster/cli.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sidekiq_cluster/cli.rb b/sidekiq_cluster/cli.rb
index fc065d799d4..ddedc63e458 100644
--- a/sidekiq_cluster/cli.rb
+++ b/sidekiq_cluster/cli.rb
@@ -23,10 +23,10 @@ module Gitlab
THREAD_NAME = 'sidekiq-cluster'
# The signals that should terminate both the master and workers.
- TERMINATE_SIGNALS = %i(INT TERM).freeze
+ TERMINATE_SIGNALS = %i[INT TERM].freeze
# The signals that should simply be forwarded to the workers.
- FORWARD_SIGNALS = %i(TTIN USR1 USR2 HUP).freeze
+ FORWARD_SIGNALS = %i[TTIN USR1 USR2 HUP].freeze
# The default queues that each Sidekiq process always listens to if routing rules are not customized:
# - `default` queue comes from config initializer's Settings.build_sidekiq_routing_rules