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

support catching exception on last try. #27

Open
cailiang9 opened this issue Apr 6, 2019 · 2 comments
Open

support catching exception on last try. #27

cailiang9 opened this issue Apr 6, 2019 · 2 comments

Comments

@cailiang9
Copy link

In many tasks that process a queue, e.g., when the source data is missing, the call func(item) will never be able to get job done. But we can simply ignore and continue on other items. So we need an option to not re-raise exception of the last try .

@umrashrf
Copy link

👍

@andrew-synapse
Copy link

@cailiang9 you can also return if current retry is last one. This will allow you to resume the execution call.

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