You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workloads/batch/statuses.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,5 @@
9
9
| completed with failures | Workers completed all items in the queue but some of the batches weren't processed successfully and raised exceptions; check job logs for more details |
10
10
| worker error | One or more workers experienced an irrecoverable error, causing the job to fail; check job logs for more details |
11
11
| out of memory | One or more workers ran out of memory, causing the job to fail; check job logs for more details |
12
+
| timed out | Job was terminated after the specified timeout has elapsed |
12
13
| stopped | Job was stopped by the user or the Batch API was deleted |
0 commit comments