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>2020-04-06 15:10:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-06 15:10:44 +0300
commitba174c982f40d71a87fd511b091753807174f7e7 (patch)
treeb89d55c715288f2c2f76724c1b7ff4a6ebf90154 /doc/administration/operations
parenteaea945e0355826c58c3dcf887496ea91064f85c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/operations')
-rw-r--r--doc/administration/operations/extra_sidekiq_processes.md16
1 files changed, 2 insertions, 14 deletions
diff --git a/doc/administration/operations/extra_sidekiq_processes.md b/doc/administration/operations/extra_sidekiq_processes.md
index e317297c854..1c92a429982 100644
--- a/doc/administration/operations/extra_sidekiq_processes.md
+++ b/doc/administration/operations/extra_sidekiq_processes.md
@@ -228,20 +228,8 @@ When disabling `sidekiq_cluster`, you must copy your configuration for
`sidekiq_cluster` will be overridden by the options for `sidekiq` when
setting `sidekiq['cluster'] = true`.
-When using this feature, replace the `sidekiq` service with the
-`sidekiq-cluster`service for `gitlab-ctl` commands.
-
-For example, instead of:
-
-```shell
-sudo gitlab-ctl restart sidekiq
-```
-
-Use:
-
-```shell
-sudo gitlab-ctl restart sidekiq-cluster
-```
+When using this feature, the service called `sidekiq` will now be
+running `sidekiq-cluster`.
The [concurrency](#managing-concurrency) and other options configured
for Sidekiq will be respected.