autoscale formula doesn't refresh

Josh 1 Reputation point
2021-08-10T13:43:34.927+00:00

After creating a task in my pool, the following formula:
$tasks = $ActiveTasks.GetSample(TimeInterval_Minute * 5)

evaluates to an array of 1's, like this:
[1,1,1,1,1, 1, 1, 1, 1, 1]

However, after terminating & deleting that task, the formula still evaluates to an array of 1's even half an hour after deleting the task.
I'm evaluating the formulas in the 'scale pool' UI of the Azure portal.

The pool and job are called 'test5', in case anyone from Azure would be able to help debug.

thanks

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
330 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Josh 1 Reputation point
    2021-08-11T09:08:16.15+00:00

    Hi @vipullag-MSFT , thanks for your reply.

    I don't currently have access to create a support case, could you please help with that?

    I'm also attaching screenshots showing the current state of my active tasks, and the formula evaluation.

    regards,
    Josh122333-screen-shot-2021-08-10-at-65210-pm.png122341-screen-shot-2021-08-10-at-65103-pm.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.