Skip to content

Instantly share code, notes, and snippets.

@seigel
Created March 13, 2022 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seigel/4cdadd5f1c24c13eac38dd6cdc6b0d39 to your computer and use it in GitHub Desktop.
Save seigel/4cdadd5f1c24c13eac38dd6cdc6b0d39 to your computer and use it in GitHub Desktop.
Sidekiq Multiple Queues

Command to start the sidekiq worker for multiple queues

sidekiq -q critical,2 -q default

... In a Procfile

worker: sidekiq -q critical,2 -q default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment