mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 06:38:50 +00:00
Enable TimerRetention (#2228)
Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user