Commit 766a8776 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'bvl-update-cluster-service-docs' into 'master'

Update documentation on sidekiq cluster services

See merge request gitlab-org/gitlab!28836
parents 3ab432bb d6eb0ada
...@@ -228,20 +228,8 @@ When disabling `sidekiq_cluster`, you must copy your configuration for ...@@ -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 `sidekiq_cluster` will be overridden by the options for `sidekiq` when
setting `sidekiq['cluster'] = true`. setting `sidekiq['cluster'] = true`.
When using this feature, replace the `sidekiq` service with the When using this feature, the service called `sidekiq` will now be
`sidekiq-cluster`service for `gitlab-ctl` commands. running `sidekiq-cluster`.
For example, instead of:
```shell
sudo gitlab-ctl restart sidekiq
```
Use:
```shell
sudo gitlab-ctl restart sidekiq-cluster
```
The [concurrency](#managing-concurrency) and other options configured The [concurrency](#managing-concurrency) and other options configured
for Sidekiq will be respected. for Sidekiq will be respected.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment