我有一个连续的网络作业,应该一直运行到我停止它为止。我依靠这种情况,但由于某种原因,这种现象发生在我身上:
[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
该代码没有引发任何错误,所以我想知道为什么网络作业会自行重新启动。是什么Detected WebJob file/s were updated, refreshing WebJob
意思?我没有在 WebJob 的目录中创建/写入任何文件。