Skip to content

Commit e352722

Browse files
authored
Update date and requeueCount description in documentation
Updated the date for the Azure Batch task fail event documentation and refined the description for the requeueCount field.
1 parent f7959df commit e352722

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/batch/batch-task-fail-event.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Batch task fail event
33
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.
44
ms.topic: reference
5-
ms.date: 01/28/2026
5+
ms.date: 02/05/2026
66
# 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.
77
---
88

@@ -87,7 +87,7 @@ ms.date: 01/28/2026
8787
|`endTime`|DateTime|The time when the task completed.|
8888
|`exitCode`|Int32|The exit code of the task. If the task failed before it started running, then exitCode is null.|
8989
|`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.|
9191
|`result`|String|The task result string, it could be "Success" or "Failure".|
9292
|[`schedulingError`](#schedulingError)|Complex Type|Contain detailed information about error.|
9393

@@ -98,4 +98,4 @@ ms.date: 01/28/2026
9898
|`category`|String|The error category, for example "UserError".|
9999
|`code`|String|The error code, for example "FailureExitCode".|
100100
|`message`|String|The error message.|
101-
|`details`|Array|The error details.|
101+
|`details`|Array|The error details.|

0 commit comments

Comments
 (0)