Commit 21a67bea authored by Evan Read's avatar Evan Read

Merge branch 'bbodenmiller-master-patch-58118' into 'master'

Fix typo in sidekiq docs

See merge request gitlab-org/gitlab!66205
parents aaf6503d c221ada0
......@@ -74,8 +74,9 @@ To start multiple processes:
just handles the `mailers` queue.
When `sidekiq-cluster` is only running on a single node, make sure that at least
one process is running on all queues using `*`. This means a process is
This includes queues that have dedicated processes.
one process is running on all queues using `*`. This ensures a process
automatically picks up jobs in queues created in the future,
including queues that have dedicated processes.
If `sidekiq-cluster` is running on more than one node, you can also use
[`--negate`](#negate-settings) and list all the queues that are already being
......
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