Skip to content
Snippets Groups Projects
Commit e8648270 authored by Dylan Griffith's avatar Dylan Griffith
Browse files

Document all_queues.yml in sidekiq_style_guide.md

parent 498ade48
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,6 +17,9 @@ would be `process_something`. If you're not sure what queue a worker uses,
you can find it using `SomeWorker.queue`. There is almost never a reason to
manually override the queue name using `sidekiq_options queue: :some_queue`.
 
You must always add any new queues to `gitlab/app/workers/all_queues.yml`
otherwise your worker will not run.
## Queue Namespaces
 
While different workers cannot share a queue, they can share a queue namespace.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment