Code Monkey home page Code Monkey logo

Comments (8)

joshuap avatar joshuap commented on June 30, 2024 1

Heh. This is why we pay you the big bucks. :)

from honeybadger-ruby.

joshuap avatar joshuap commented on June 30, 2024

I'm on it, thanks!

from honeybadger-ruby.

mperham avatar mperham commented on June 30, 2024

Sidekiq 3.0 is now on master. You'll want to review this:

https://github.com/mperham/sidekiq/blob/master/Upgrading.md#error-service-providers

from honeybadger-ruby.

joshuap avatar joshuap commented on June 30, 2024

@mperham mind checking that commit (c3ac638)? I'll be doing some integration testing; we use Appraisals, but I have yet to find a good way to test against every combination of every gem we support. Is v3 stable enough for production yet?

from honeybadger-ruby.

mperham avatar mperham commented on June 30, 2024

@joshuap I think you might have a problem. The error handler isn't called until the error trickles all the way back up the stack to the Processor. By this time your middleware would have already executed and cleared the context. Maybe your error handler should clear the context after calling notify_or_ignore and skip the middleware?

from honeybadger-ruby.

mperham avatar mperham commented on June 30, 2024

I know of people already using 3.0 (aka the master branch) in production but we're not and I still think of master as not production quality yet. That said, I don't know of any problems with it.

from honeybadger-ruby.

joshuap avatar joshuap commented on June 30, 2024

Ah, good point. The problem with clearing the context in the error handler block is that it is only invoked when an error occurs, which would not be every job. Ideally the context would be specific to each job, since you wouldn't want data for multiple jobs being sent for a single exception. Can you think of a way to accomplish that? If not, I guess clearing it in the error handler would be better than nothing.

from honeybadger-ruby.

mperham avatar mperham commented on June 30, 2024

Clear it at the START of a new job. :-)

On Wed, Mar 12, 2014 at 8:16 AM, joshuap [email protected] wrote:

Ah, good point. The problem with clearing the context in the error handler
block is that it is only invoked when an error occurs, which would not be
every job. Ideally the context would be specific to each job, since you
wouldn't want data for multiple jobs being sent for a single exception. Can
you think of a way to accomplish that? If not, I guess clearing it in the
error handler would be better than nothing.

Reply to this email directly or view it on GitHubhttps://github.com//issues/63#issuecomment-37420387
.

from honeybadger-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.