Skip to content

Commit df38e6a

Browse files
authored
Incorporated Review Comments
1 parent 7d60312 commit df38e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-automatic-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $TargetDedicatedNodes=min(maxNumberofVMs, pendingTaskSamples);
5959
$NodeDeallocationOption = taskcompletion;
6060
```
6161
> [!IMPORTANT]
62-
> Currently Batch Service has limitaion with the resolution of the pending tasks. When a task is added to the queue but is subsequently deleted before it can be scheduled, the task might persist within the queue, causing it to still be counted in the pending tasks queue. However, it's important to note that the deleted task will eventually be removed from the queue and the removal process occurs when the Batch Service gets a chance to fetch tasks from the queue and schedule them alongside idle nodes in the Batch pool.
62+
> Currently, Batch Service has limitaion with the resolution of the pending tasks. When a task is added to the job, it's also added into a internal queue used by Batch service for scheduling. If the task is deleted before it can be scheduled, the task might persist within the queue, causing it to still be counted in `$PendingTasks`. This deleted task will eventually be cleared from the queue when Batch gets chance to pull tasks from the queue to schedule with idle nodes in the Batch pool.
6363
6464
#### Preempted nodes
6565

0 commit comments

Comments
 (0)