From 61d32372a15dfd12ef34214848c4594cc7bf3168 Mon Sep 17 00:00:00 2001 From: Guido Schweizer Date: Fri, 7 Mar 2025 09:59:54 +0100 Subject: [PATCH] fix cron --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index f0d29bc..6fb85b6 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "cron": [ { "command": "ruby mailer.rb", - "schedule": "8 * * * 5" + "schedule": "30 8 * * 5" } ] } \ No newline at end of file