Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created May 14, 2013 20:15
Show Gist options
  • Select an option

  • Save blasterpal/5579123 to your computer and use it in GitHub Desktop.

Select an option

Save blasterpal/5579123 to your computer and use it in GitHub Desktop.
Pause all Sidekiq queues
ps -ef | grep sidek | grep -v grep | cut -c10-14 | grep -v tail| xargs kill -USR1
# after this you'll need to restart Sidekiq via sidekiqctl or monit,etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment