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

continue on error #549

Closed
gramakri opened this issue Jun 11, 2014 · 4 comments
Closed

continue on error #549

gramakri opened this issue Jun 11, 2014 · 4 comments

Comments

@gramakri
Copy link

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.

@gramakri
Copy link
Author

I can provide a PR if we can agree on an API

@aearly
Copy link
Collaborator

aearly commented Jun 11, 2014

There is some discussion about this in #531 (we didn't agree on an API yet). For now, I'd recommend using async.queue if you don't want an error to stop execution.

@aearly
Copy link
Collaborator

aearly commented May 19, 2015

Closing this in favor or #531.

@aearly aearly closed this as completed May 19, 2015
@aearly
Copy link
Collaborator

aearly commented Jun 2, 2015

Actually more in favor of #349.

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

2 participants