November 2023
Beginner to intermediate
80 pages
2h 1m
English
If a job has failed and will never succeed, it stands to reason that the only way to fix the underlying problem is first to become aware of it. An extremely common way to do this is to configure an error catching service (or error catcher), like Honeybadger[7] or Bugsnag.[8]
An error catcher is a service that integrates with your app to receive notifications of any unhandled exception, including those from your Sidekiq jobs. The error catcher then notifies you about the exception via email or an alerting system like Pager Duty. The idea is that you don’t have to proactively check for failed jobs; instead, you allow the error catcher to notify you if a job fails. The example app you set up includes ...
Read now
Unlock full access