Skip to content

Commit

Permalink
Change time trigger to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrWachulec committed Apr 20, 2024
1 parent fca18b7 commit 5ff998d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class TagManagerTimeTrigger
}

[Function("TagManager")]
public void Run([TimerTrigger("0 */1 * * * *")] TimerInfo myTimer)
public void Run([TimerTrigger("0 */15 * * * *")] TimerInfo myTimer)
{
_logger.LogInformation($"C# Timer trigger function executed at: {DateTime.Now}");

Expand Down

0 comments on commit 5ff998d

Please sign in to comment.