Commit c13b08be authored by Jamie Reid's avatar Jamie Reid Committed by Marcia Ramos

Update sidekiq-cluster interval documentation

parent cc39c13a
......@@ -263,9 +263,9 @@ This sets the concurrency (number of threads) for the Sidekiq process.
## Modify the check interval
To modify the check interval for the additional Sidekiq processes:
To modify `sidekiq-cluster`'s health check interval for the additional Sidekiq processes:
1. Edit `/etc/gitlab/gitlab.rb` and add:
1. Edit `/etc/gitlab/gitlab.rb` and add (the value can be any integer number of seconds):
```ruby
sidekiq['interval'] = 5
......@@ -273,8 +273,6 @@ To modify the check interval for the additional Sidekiq processes:
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
This tells the additional processes how often to check for enqueued jobs.
## Troubleshoot using the CLI
WARNING:
......
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