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

Collector catches Task failures and warns #570

Merged
merged 1 commit into from
Mar 23, 2016
Merged

Conversation

philippjfr
Copy link
Member

When executing tasks using Collector a single exception will cause the entire run to fail. When executing a bunch of long-running tasks in sequence it's usually preferable to simply warn when an individual task fails. Alternatively we could add a parameter to control whether it is strict or not.

@jlstevens
Copy link
Contributor

Seems like a reasonable change to me. I'm happy to merge once you think it is ready.

@philippjfr
Copy link
Member Author

Ready.

@jlstevens
Copy link
Contributor

Ok merging now.

@jlstevens jlstevens merged commit 081ef6f into master Mar 23, 2016
@philippjfr philippjfr deleted the collector_exceptions branch April 1, 2016 14:25
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

Successfully merging this pull request may close these issues.

None yet

2 participants