Commit c221ada0 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Evan Read

Fix typo in sidekiq docs

parent e20771af
...@@ -74,8 +74,9 @@ To start multiple processes: ...@@ -74,8 +74,9 @@ To start multiple processes:
just handles the `mailers` queue. just handles the `mailers` queue.
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 is one process is running on all queues using `*`. This ensures a process
This includes queues that have dedicated processes. 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 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