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

Fail prediction on unhandled error #1981

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

evilstreak
Copy link
Member

If the runner fails to handle an error this gets bubbled up to the worker, which logs a warning and then merrily carries on. Errors bubbling up in this way include things like failing to upload a file, which should fail the prediction. Currently if a model fails to upload one or more files for the prediction, the prediction will still be marked as succeeded, but it won't have any files in the output.

If the runner fails to handle an error this gets bubbled up to the
worker, which logs a warning and then merrily carries on. Errors
bubbling up in this way include things like failing to upload a file,
which should fail the prediction. Currently if a model fails to upload
one or more files for the prediction, the prediction will still be
marked as succeeded, but it won't have any files in the output.
@evilstreak evilstreak requested a review from a team October 9, 2024 11:51
Copy link
Contributor

@meatballhat meatballhat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥅

@meatballhat meatballhat merged commit ed7cc89 into main Oct 10, 2024
15 checks passed
@meatballhat meatballhat deleted the fail-prediction-on-unhandled-error branch October 10, 2024 20:28
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.

3 participants