Skip to content

Commit

Permalink
debugging timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jul 25, 2023
1 parent d0662f1 commit debef21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion monitoring_weekly/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
{
"name": "mytimer",
"type": "timerTrigger",
"useMonitor": true,
"runOnStartup": false,
"direction": "in",
"schedule": ""
"schedule": "0 5 * * MON"
}
],
"disabled": true
Expand Down

0 comments on commit debef21

Please sign in to comment.