You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme should include a section that explains how to set up an exception monitoring tool with GoodJob.
Primary consideration is how to differentiate between
explicit ActiveJob configuration that allows some kinds of errors to be "expected (unexceptional) exceptions" and ignored/unpreported. For example, an SMTP timeout error.
implicit ActiveJob configuration, e.g. the root level retry_on StandardError that , if hit, should be reported.
The text was updated successfully, but these errors were encountered:
The readme should include a section that explains how to set up an exception monitoring tool with GoodJob.
Primary consideration is how to differentiate between
retry_on StandardError
that , if hit, should be reported.The text was updated successfully, but these errors were encountered: