Created
September 18, 2017 15:25
-
-
Save Eugene-Shapovalov/da821823472ae21e4f317c6a1206baaf to your computer and use it in GitHub Desktop.
Sidekiq tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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