-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
continue on error #549
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A common task is to series or map but one of more items in the series might fail. With the current implementation, any failure in a task causes the whole series or map to abort.
What I would like is a series/map which continues on failures. The final result contains the errors and results.
Not sure what the best API for this is. Thoughts welcome.
The text was updated successfully, but these errors were encountered: