Batch job: fail silently for X number of times #5661
-
|
👋 I'd like to have Rails' For reference, what this method does is:
This seems particularly useful when jobs might fail for transient exceptions connecting to 3rd party APIs for instance. I'm avoiding the So with this in mind, two questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Most error services have some callback or option for this logic. If you don’t want your error service to contact you, configure it. https://docs.honeybadger.io/lib/ruby/getting-started/ignoring-errors/#ignore-programmatically |
Beta Was this translation helpful? Give feedback.
Most error services have some callback or option for this logic. If you don’t want your error service to contact you, configure it.
https://docs.honeybadger.io/lib/ruby/getting-started/ignoring-errors/#ignore-programmatically