From 3f1d59a6e0ba023eee7b2bc497a70757a660612e Mon Sep 17 00:00:00 2001 From: Guido Schweizer Date: Sat, 1 Mar 2025 10:33:40 +0100 Subject: [PATCH] change schedule to friday mornings --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 9aa93dc..f0d29bc 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "cron": [ { "command": "ruby mailer.rb", - "schedule": "* * * * *" + "schedule": "8 * * * 5" } ] } \ No newline at end of file