Azure时间触发功能不按小时触发

时间:2019-01-31 08:59:33

标签: azure azure-functions

我已经开发了一个时间触发天蓝色函数,该函数设置为每小时触发一次,但未按预期触发该函数。它的触发行为非常奇怪。我正在附加它的执行日志。

enter image description here

用于触发函数的cron表达式如下:

  

0 0 * * * *

任何人都知道这有什么问题吗?

2 个答案:

答案 0 :(得分:1)

答案 1 :(得分:0)

您能在下面的cron作业表达式中尝试吗? https://www.freeformatter.com/cron-expression-generator-quartz.html#crongenerator  0 0 *? * * *

但是根据MS文档,您所使用的是正确的。您是否在使用应用程序见解? https://codehollow.com/2017/02/azure-functions-time-trigger-cron-cheat-sheet/

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer