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

Missing fields in pipeline reports when pipeline process fails #88

Open
mattheww95 opened this issue Jun 14, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@mattheww95
Copy link
Collaborator

mattheww95 commented Jun 14, 2024

Description of the bug

The error handling in the pipeline can make certain fields relied on for reporting do not get populated. This issue is due to both processes running on cloud executors failing but also the default logic in handling errors allowing the pipeline to continue.

This issue will need to be resolved by getting feedback from users on preferred error handling. E.g. Failing hard on process failure potentially requiring a pipeline to be run again even if it was a pipeline utility causing failure or allowing the default behaviour to retry and ignore errors to persist.

Once issues in cloud execution are resolved, it would be worth testing this issue further.

@mattheww95 mattheww95 added the bug Something isn't working label Jun 14, 2024
@mattheww95
Copy link
Collaborator Author

Issue #87 is related to this one. But more testing in cloud environments is required.

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

No branches or pull requests

1 participant