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

How does max_attempts interface with ActiveJob retry_on method? #210

Open
jeremygottfried opened this issue Jan 23, 2023 · 0 comments
Open

Comments

@jeremygottfried
Copy link

https://apidock.com/rails/v6.1.3.1/ActiveJob/Exceptions/ClassMethods/retry_on

The ActiveJob retry_on hook allows you to customize how you respond to specific errors, but it's unclear how that integrates with max_attempts in this gem. Does this gem keep a separate queue and ignore ActiveJob behavior, or is max_attempts just setting a global retry_on to catch all errors?

(sorry I made this issue on the main repo and then realized this would be a better place)

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