Enable TimerRetention (#2228)

Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
Stas
2022-08-08 13:53:42 -07:00
committed by GitHub
parent 7c0ac7a654
commit cd356e277f

View File

@ -26,6 +26,7 @@ public class TimerRetention {
} }
[Function("TimerRetention")]
public async Async.Task Run([TimerTrigger("20:00:00")] TimerInfo t) { public async Async.Task Run([TimerTrigger("20:00:00")] TimerInfo t) {
var now = DateTimeOffset.UtcNow; var now = DateTimeOffset.UtcNow;