ruby-on-railsdelayed-joberrbit

Does Errbit log delayed job errors out of the box?


Does delayed job work out of the box with Errbit? We had some failing jobs on the production environment and we can see in the delayed_job.log file some tasks failed along with their error message, but we didn't receive any errbit about it.

Does it work out of the box, or should we use DJ's hooks to wire it with Errbit?


Solution

  • Since errbit uses the same notifier that Airbrake, you can use something as in the example hook in the delayed job readme https://github.com/collectiveidea/delayed_job#hooks.