Skip to content

Commit

Permalink
Include seconds part of CRONTAB
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Sep 9, 2024
1 parent db8228c commit 3df5e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage_function/monthly_usage/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"direction": "in",
"name": "every_other_hour_on_7th_and_8th",
"schedule": "10 0,2,4,6,8,10,12,14,16,18,20,22 7,8 * *",
"schedule": "0 10 0,2,4,6,8,10,12,14,16,18,20,22 7,8 * *",
"type": "timerTrigger"
}
],
Expand Down

0 comments on commit 3df5e58

Please sign in to comment.