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

Improve experience for finding failed task #829

Closed
timotheeguerin opened this issue Nov 3, 2017 · 5 comments · Fixed by #1410
Closed

Improve experience for finding failed task #829

timotheeguerin opened this issue Nov 3, 2017 · 5 comments · Fixed by #1410
Milestone

Comments

@timotheeguerin
Copy link
Member

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.

@ascobie
Copy link
Member

ascobie commented Nov 13, 2017

Would not get scheduling errors but could list:

executionInfo/exitCode ne 0 and state eq 'Completed'

@timotheeguerin
Copy link
Member Author

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

@wintersteiger
Copy link

The color of tasks in the task list is not very helpful at all. I routinely run jobs with hundreds of thousands of tasks and once in a while a few of them fail, but I have no way to find them in any of the task lists.

For example:
image.

I need a list of exactly those 121 tasks and nothing else.

@timotheeguerin
Copy link
Member Author

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.

@timotheeguerin
Copy link
Member Author

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)

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 a pull request may close this issue.

3 participants