Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,
我有一个要启动的运行手册,但运行(分区过程)需要 3 个多小时,因此它在完成之前就停止了。我想知道是否有办法超过 3 小时的限制。我听说过混合运行手册,但我不确定它如何解决我的问题。你知道是否有其他解决方案?
非常感谢。
如果您想坚持使用 Azure 自动化,可以使用Checkpoints:
Azure 自动化有一项称为“公平共享”的功能,运行 3 小时的任何 Runbook 都会被卸载,以允许其他 Runbook 运行。最终,卸载的 Runbook 将被重新加载,当它加载时,它将从 Runbook 中的最后一个检查点恢复执行。因此,为了保证 Runbook 最终完成,您必须以运行时间少于 3 小时的时间间隔添加检查点。
资源。
这是一个例子:
不。没有,如果你想要 Azure 自动化。您的选择是:
可能是别的东西。