Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created August 23, 2013 13:23
Show Gist options
  • Select an option

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

Select an option

Save blasterpal/6319291 to your computer and use it in GitHub Desktop.
Reset Sidekiq Stats for Dashboard
conn = Sidekiq.redis {|conn| c = conn}
conn.get 'stat:processed'
conn.set 'stat:failed', 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment