Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Sidekiq: capture sidekiq context as extra info #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

borc
Copy link

@borc borc commented Dec 3, 2015

The Sidekiq context contains some very useful things for debugging purposes, for instance:

  • ID of the failed job
  • arguments for the job
  • name of the worker class

Side note: should support for Sidekiq v2 be dropped? Version 4 was just released, and the latest version 2 release is over a year old already.

@Darep
Copy link
Contributor

Darep commented Dec 4, 2015

👍

@mikker
Copy link
Collaborator

mikker commented Dec 4, 2015

This could definitely use a matching spec. I'll merge this when I get around to adding one. Thanks! 👏🏼

@mikker mikker self-assigned this Dec 4, 2015
@mikker mikker removed their assignment Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants