我正在处理Azure批处理并遇到问题。我已经在我的池上配置了一个启动任务,等待成功,因为启动任务应该在启动作业任务之前完成。
我还想在我的游泳池上设置自动缩放公式。我想将<logger name="org.springframework" level="DEBUG"/>
句点设置为autoScaleEvaluationInterval
。但每次启动任务都需要超过10 mins
并且自动调度公式开始删除池节点。
我尝试在创建池时将10 mins
设置为withAutoScaleEvaluationInterval
,然后在池运行时我尝试将其更改回30 minutes
。
但这不起作用。
答案 0 :(得分:2)
我希望您遵循此处:)
请注意您可以尝试使用的4个符合条件的选项$NodeDeallocationOption
,值: taskcompletion
- Waits for currently running tasks to finish and then removes the node from the pool.