Skip to content

Commit

Permalink
[CON-3020] Change CRON schedule another day to investigate 1 rogue pa…
Browse files Browse the repository at this point in the history
…yment
  • Loading branch information
cofaulco committed Jan 28, 2021
1 parent 6483855 commit b871542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public ExpireFundsJob(
}

public async Task Run(
[TimerTrigger("0 0 0 29 * *")] TimerInfo timer,
[TimerTrigger("0 0 0 30 * *")] TimerInfo timer,
ILogger logger)
{
logger.LogInformation($"Starting {nameof(ExpireFundsJob)}");
Expand Down

0 comments on commit b871542

Please sign in to comment.