azure - 超时超过 3 小时 Automation Runbook Azure

标签 azure process automation azure-sql-database runbook

大家好,

我有一个运行手册要启动,但运行(分区过程)需要 3 个多小时,因此它在完成之前就停止了。我想知道是否有办法超过3小时的限制。我听说过混合运行手册,但我不确定它如何解决我的问题。您知道是否还有其他解决方案?

非常感谢。

最佳答案

如果您想坚持使用 Azure 自动化,可以使用检查点:

Azure Automation has a feature called “fairshare”, where any runbook that runs for 3 hours is unloaded to allow other runbooks to run. Eventually, the unloaded runbook will be reloaded, and when it is it will resume execution from the last checkpoint taken in the runbook. Thus, in order to guarantee that the runbook will eventually complete, you must add checkpoints at intervals that run for less than 3 hours.

Source.

这是一个example :

关于azure - 超时超过 3 小时 Automation Runbook Azure,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51264868/

相关文章:

azure - 监视连续的 Azure Web 作业

Azure Digital Twin 查询中的禁用词

shell - 进程不能被kill -9杀死,它总是改变进程ID

Android - 检查应用程序进程状态

linux - 在 linux bash 脚本中杀死一个 10 分钟的老僵尸进程

python - 对嵌套文件夹结构机器人框架中的多个测试套件使用通用套件设置和套件拆解

java Selenium 如何验证文本的值

javascript - Protractor if, else 不起作用

在 Linux Web 应用服务上禁用 Azure 托管服务标识选项

azure - 如何使 Azure AD B2C "forgot password"链接正常工作