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

Auto-retry declared classes of errors #49

Open
ryanwi opened this issue Oct 2, 2015 · 2 comments
Open

Auto-retry declared classes of errors #49

ryanwi opened this issue Oct 2, 2015 · 2 comments

Comments

@ryanwi
Copy link
Contributor

ryanwi commented Oct 2, 2015

For some errors, like timeouts, retries may be safe enough to auto-retry.

@semmons99
Copy link
Contributor

We might also want to auto-purge certain errors like done here in a resque-check job I wrote: https://gist.github.com/semmons99/9e2dd789dd7809e4c5df

@knappe
Copy link
Member

knappe commented Nov 1, 2016

We have a partial solution in place. We have a config option that will allow you to retry specified types of errors, but we don't yet have a way also discard errors.

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

3 participants