CrazyIter_Bin 11 months ago
parent
commit
17ee04fc02
1 changed files with 1 additions and 1 deletions
  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