mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 22:28:50 +00:00
enable timer daily (#2220)
This commit is contained in:
@ -17,7 +17,7 @@ public class TimerDaily {
|
||||
_webhookMessageLogs = webhookMessageLogs;
|
||||
}
|
||||
|
||||
//[Function("TimerDaily")]
|
||||
[Function("TimerDaily")]
|
||||
public async Async.Task Run([TimerTrigger("1.00:00:00")] TimerInfo myTimer) {
|
||||
var scalesets = _scalesets.Search();
|
||||
await foreach (var scaleset in scalesets) {
|
||||
|
Reference in New Issue
Block a user