Commit f6b24481 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'psureshbabu-master-patch-50312' into 'master'

Fixing sidekiq queue_groups settings

See merge request gitlab-org/gitlab!48346
parents 3f577ec0 563a1dfa
......@@ -25,8 +25,9 @@ you want using steps 1 and 2 from the GitLab downloads page.
## Optional: Enable extra Sidekiq processes
sidekiq_cluster['enable'] = true
sidekiq_cluster['enable'] = true
"elastic_indexer"
sidekiq['queue_groups'] = [
"elastic_indexer",
"*"
]
```
......
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