Commit 33c2611a authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'jrreid-doc-sidekiq-interval' into 'master'

Update sidekiq-cluster interval documentation

See merge request gitlab-org/gitlab!75291
parents cf8bd388 c13b08be
......@@ -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