Skip to content

Instantly share code, notes, and snippets.

@Eugene-Shapovalov
Created September 18, 2017 15:25
Show Gist options
  • Save Eugene-Shapovalov/da821823472ae21e4f317c6a1206baaf to your computer and use it in GitHub Desktop.
Save Eugene-Shapovalov/da821823472ae21e4f317c6a1206baaf to your computer and use it in GitHub Desktop.
Sidekiq tips
Sidekiq.redis {|c| c.del('stat:failed') } # Clear failed jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment