在特定时间将 azure batch 集群设置为 运行
Set azure batch cluster to run in specific hours
是否可以 运行 Azure Batch 集群仅在特定时间段内运行?我应该为它使用什么变量?例如。从早上 6 点到下午 6 点。如果要强制执行任何任务,集群是否可以在其他时间供 运行 使用?
您可以使用 Batch autoscaling formulas to accomplish this via time()
. Please see this link 作为示例。
是否可以 运行 Azure Batch 集群仅在特定时间段内运行?我应该为它使用什么变量?例如。从早上 6 点到下午 6 点。如果要强制执行任何任务,集群是否可以在其他时间供 运行 使用?
您可以使用 Batch autoscaling formulas to accomplish this via time()
. Please see this link 作为示例。