Skip to content

Instantly share code, notes, and snippets.

@ferrislucas
Last active December 31, 2015 15:39
Show Gist options
  • Save ferrislucas/8008787 to your computer and use it in GitHub Desktop.
Save ferrislucas/8008787 to your computer and use it in GitHub Desktop.
Examine failed sidekiq jobs
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