CrazyIter_Bin 11 月之前
父节点
当前提交
17ee04fc02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelOS.Function/IESTimerTrigger.cs

+ 1 - 1
TEAMModelOS.Function/IESTimerTrigger.cs

@@ -50,7 +50,7 @@ namespace TEAMModelOS.Function
         /// <param name="myTimer"></param>
         /// <returns></returns>
         [Function("DailyReport")]
-        public async Task DailyReport([TimerTrigger("0 */5 * * * *")] TimerInfo myTimer)
+        public async Task DailyReport([TimerTrigger("0 1 * * * *")] TimerInfo myTimer)
         {
             _logger.LogInformation($"C# Timer trigger function executed at: {DateTime.Now}");
             try