作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个连续的网络作业,应该一直运行直到我停止它。我依赖这个条件,但由于某种原因,这种现象发生在我身上:
[01/19/2021 09:57:51 > 44ab83: SYS INFO] Detected WebJob file/s were updated, refreshing WebJob
[01/19/2021 09:57:51 > 44ab83: SYS INFO] Status changed to Stopping
[01/19/2021 09:57:56 > 44ab83: ERR ] Thread was being aborted.
[01/19/2021 09:57:57 > 44ab83: SYS INFO] WebJob process was aborted
[01/19/2021 09:57:57 > 44ab83: SYS INFO] Status changed to Stopped
代码没有抛出任何错误,所以我想知道为什么 webjob 会自行重新启动。检测到的 WebJob 文件已更新,正在刷新 WebJob
是什么意思?我没有在 WebJob 的目录中创建/写入任何文件。
最佳答案
Azure Web 作业自动重启/刷新问题排查
原因 1:
Due to website shutdown/restart
原因 2:
Due to changes in the azure web job directory files or file content (`D:\home\site\wwwroot\app_data\jobs\continuous\<WebJobName>`)
原因 3:
Due to a web app and/or web job deployment
原因 4:
Due to an azure outage or maintenance
更多详细信息,您可以引用此博客。
链接:https://www.cryingcloud.com/blog/2016/11/02/troubleshooting-automatic-restart-of-azure-web-jobs
提出支持票证,让 Microsoft 帮助您检查日志。
关于Azure Webjob 无故停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65789434/
我有一个小型 Java 11 示例,其中包含 JUnit 5 测试,结果如下: changed conditional boundary → SURVIVED 主类: public final cla
我是一名优秀的程序员,十分优秀!