Skip to content

Instantly share code, notes, and snippets.

@iamajvillalobos
Created September 26, 2017 02:12
Show Gist options
  • Save iamajvillalobos/b77f5b8957b693c7b42fbbb76468b4f0 to your computer and use it in GitHub Desktop.
Save iamajvillalobos/b77f5b8957b693c7b42fbbb76468b4f0 to your computer and use it in GitHub Desktop.
Useful Sidekiq commands you should know

Clear scheduled stats

Sidekiq::ScheduledSet.new.clear

Clear retry stats

Sidekiq::RetrySet.new.clear

Clear all stats

Sidekiq::Stats.new.reset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment