Skip to content

Commit e471e0f

Browse files
authored
Update function.json
Change the schedule to run once every 2 hours
1 parent 307d3a9 commit e471e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/update-subscriptions/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "myTimer",
55
"type": "timerTrigger",
66
"direction": "in",
7-
"schedule": "0 * * * * *"
7+
"schedule": "0 0 */2 * * *"
88
}
99
]
1010
}

0 commit comments

Comments
 (0)