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

If any worker returns an error, main should exit non-zero #20

Open
aztechian opened this issue Aug 16, 2019 · 1 comment
Open

If any worker returns an error, main should exit non-zero #20

aztechian opened this issue Aug 16, 2019 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@aztechian
Copy link
Owner

As a user of Bridger, when running in a CI server environment I would like to fail my pipeline if any of the workers types return an error status. This will allow me to stop my pipeline and be aware that some files I expect to be present are not.

This may filter down to the individual workers as well, as most of them probably print the error, but swallow the object and keep trying to get as much as they can.

@aztechian aztechian added bug Something isn't working enhancement New feature or request labels Aug 16, 2019
@aztechian
Copy link
Owner Author

Additionally, we should add a command line flag to ignore failures, and just return 0 regardless

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant