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: articles/batch/batch-task-fail-event.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Azure Batch task fail event
3
3
description: Reference for Batch task fail event. This event is emitted in addition to a task complete event and can be used to detect when a task fails.
4
4
ms.topic: reference
5
-
ms.date: 01/28/2026
5
+
ms.date: 02/05/2026
6
6
# Customer intent: As a cloud operations engineer, I want to receive notifications for task failure events, so that I can quickly identify issues and take corrective actions to ensure job reliability and efficiency.
7
7
---
8
8
@@ -87,7 +87,7 @@ ms.date: 01/28/2026
87
87
|`endTime`|DateTime|The time when the task completed.|
88
88
|`exitCode`|Int32|The exit code of the task. If the task failed before it started running, then exitCode is null.|
89
89
|`retryCount`|Int32|The number of times the Batch service retried the task. The task is retried if it exits with a nonzero exit code, up to the specified MaxTaskRetryCount.|
90
-
|`requeueCount`|Int32|The number of times the Batch service requeued the task as a result of user request.<br /><br /> When users remove nodes from a pool (by resizing or shrinking it) or disable a job, they can choose to requeue the running tasks on those nodes for execution. This count tracks how many times the task is requeued for these reasons.|
90
+
|`requeueCount`|Int32|The number of times the Batch service requeued the task as a result of user request.<br /><br /> When nodes are removed from a pool (through resizing or shrinking) or a job is disabled, you can choose to requeue the running tasks on those nodes. This count tracks how many times a task was requeued for these reasons.|
91
91
|`result`|String|The task result string, it could be "Success" or "Failure".|
92
92
|[`schedulingError`](#schedulingError)|Complex Type|Contain detailed information about error.|
93
93
@@ -98,4 +98,4 @@ ms.date: 01/28/2026
98
98
|`category`|String|The error category, for example "UserError".|
99
99
|`code`|String|The error code, for example "FailureExitCode".|
0 commit comments