Last active
December 31, 2015 15:39
-
-
Save ferrislucas/8008787 to your computer and use it in GitHub Desktop.
Examine failed sidekiq jobs
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
failed_jobs = Sidekiq.redis{ |conn| items = conn.lrange('failed', 0, 100) } | |
job1_args = JSON.parse(failed_jobs[0])['payload']['args'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment