即使启用了Always On,连续Web作业也会停止

时间:2015-09-29 12:56:52

标签: azure azure-webjobs

我已在标准服务计划上创建了一个Azure Web App,并启用了Always On选项。在这个应用程序上,我还没有发布任何网站。我只发布了一个连续的Web作业。

问题是虽然我已启用Always On选项,但我可以在Web作业日志中看到Web App已停止。

以下是Web作业日志:

[09/29/2015 07:35:26 > 189701: SYS INFO] WebJob is still running
[09/29/2015 08:51:54 > 189701: SYS INFO] WebJob is stopping due to website shutting down
[09/29/2015 08:51:54 > 189701: SYS INFO] Status changed to Stopping
[09/29/2015 08:52:04 > 189701: SYS INFO] Status changed to Starting
[09/29/2015 08:52:25 > 189701: SYS INFO] Run script 'ExchangePullNotifications.exe' with script host - 'WindowsScriptHost'
[09/29/2015 08:52:25 > 189701: SYS INFO] Status changed to Running

2 个答案:

答案 0 :(得分:1)

这种情况多次发生,还是只发生过一次?如果有任何原因导致网站重新启动(例如更改网站设置),则此行为是正常的。只要它在之后很快重新启动,它应该没有任何不良影响。

只有在停止而不是重启时才会存在问题,而这种情况不会发生。

答案 1 :(得分:0)

问题似乎是我在我的应用程序中使用Azure SDK,但在WebApp环境中不支持。