-
Notifications
You must be signed in to change notification settings - Fork 69
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
Improve experience for finding failed task #829
Comments
Would not get scheduling errors but could list: executionInfo/exitCode ne 0 and state eq 'Completed' |
you can already do that one, the problem is when the task succeed but the file upload doesn't then there is a failureInfo but the exitCode is still 0 |
This is a core issue with the Batch service which doesn't provide a way to filter by failed tasks. You can filter by non zero exit code but those 121 task might not have failed because of you, but because of the upload of output files failed for example and there is currently no way to filter those. I'll check on what is the status for that. |
Good news is that this filter is being worked on right now. I can't give a exact ETA but you should see that coming in the next few months(With the next api version probably) |
A failed task is a task with a failure info but there is no failureInfo Odata filter so we can't do a server side list. Might be a way to find it.
The text was updated successfully, but these errors were encountered: