From f6d698d89711476bfff7c36ee20a12112944a846 Mon Sep 17 00:00:00 2001 From: Iain Stenson <25081046+Iain-S@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:49:14 +0100 Subject: [PATCH] Include seconds part of CRONTAB (#41) --- usage_function/monthly_usage/function.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage_function/monthly_usage/function.json b/usage_function/monthly_usage/function.json index 8ddd60c..0dc4a6f 100644 --- a/usage_function/monthly_usage/function.json +++ b/usage_function/monthly_usage/function.json @@ -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" } ],