Azure 自动化 runbook 无故停止

Azure Automation runbook stops for no reason

我创建了一个 Runbook 来处理我的多维数据集的多个分区。我启动它,3 小时后,它停止了。没有错误消息或警告,输出窗格中也没有任何内容。我唯一的消息是这个

Exception The job was evicted and subsequently reached a Stopped state. The job cannot continue running

我完全不知道它停止的原因。

有什么想法吗?

Azure 自动化 运行本书只能 运行 3 小时。

In order to share resources among all runbooks in the cloud, Azure Automation will temporarily unload any job after it has been running for three hours. During this time, jobs for PowerShell-based runbooks are stopped and are not be restarted. The job status shows Stopped. This type of runbook is always restarted from the beginning since they don't support checkpoints.

https://docs.microsoft.com/en-us/azure/automation/automation-runbook-execution#fair-share