From 9c3eca02a7554988cbe04fb7b4a8f4a512c902a5 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 7 Sep 2023 06:41:03 +0200 Subject: [PATCH] change cron workers --- cron.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cron.json b/cron.json index 5003dcc2d..b4df0f56c 100644 --- a/cron.json +++ b/cron.json @@ -1,10 +1,12 @@ { "jobs": [ { - "command": "0 1 * * * rails auto:update_publications_from_hal" + "command": "0 1 * * * rails auto:update_publications_from_hal", + "size": "L" }, { - "command": "0 3 * * * rails auto:clean_and_rebuild_websites" + "command": "0 3 * * * rails auto:clean_and_rebuild_websites", + "size": "XL" } ] } \ No newline at end of file -- GitLab