Skip to content

Commit 5845834

Browse files
authored
Add timeout to batch statuses documentation
1 parent e3d0d88 commit 5845834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/workloads/batch/statuses.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
| 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 |
1010
| worker error | One or more workers experienced an irrecoverable error, causing the job to fail; check job logs for more details |
1111
| 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 |
1213
| stopped | Job was stopped by the user or the Batch API was deleted |

0 commit comments

Comments
 (0)