Commit 556e642e authored by Will Chandler's avatar Will Chandler Committed by Achilleas Pipinellis

Note that assigned queues are covered by catchall process

parent 9c4c93ae
...@@ -75,7 +75,7 @@ To start multiple processes: ...@@ -75,7 +75,7 @@ To start multiple processes:
When `sidekiq-cluster` is only running on a single node, make sure that at least 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 will one process is running on all queues using `*`. This means a process will
automatically pick up jobs in queues created in the future. This includes queues that have dedicated processes.
If `sidekiq-cluster` is running on more than one node, you can also use 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 [`--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