Skip to content

Commit

Permalink
upd to hourly
Browse files Browse the repository at this point in the history
  • Loading branch information
cammj committed May 30, 2024
1 parent b182b12 commit 926a8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static class Sync
private static BatchTable _batchPayloads { get; set; }

[FunctionName("Sync")]
public static async Task RunAsync([TimerTrigger("0 */15 * * * *")] TimerInfo myTimer, ILogger log)
public static async Task RunAsync([TimerTrigger("0 0 * * * *")] TimerInfo myTimer, ILogger log)
{

Stopwatch sw = Stopwatch.StartNew();
Expand Down

0 comments on commit 926a8d6

Please sign in to comment.