Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to hook in exception monitor (Sentry, Rollbar, etc) #47

Closed
bensheldon opened this issue Jul 21, 2020 · 1 comment
Closed

Comments

@bensheldon
Copy link
Owner

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.
@bensheldon
Copy link
Owner Author

Added more recommendations in 27c59df

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant