From f01e2215b01c4e4a32d5ee62bf7aed02d5f4720c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 15 May 2023 12:40:10 +0200 Subject: [PATCH] Move cleanup cron job into the night --- CloudronManifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 90c7d7d..edbb542 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -19,7 +19,7 @@ "ldap": {}, "scheduler": { "cleanup": { - "schedule": "11 11 * * *", + "schedule": "11 01 * * *", "command": "/app/pkg/cleanup.sh" } }