From a7f1bfad2faa379d4b71aa809dd025cd78b44c85 Mon Sep 17 00:00:00 2001 From: Quentin Champenois Date: Wed, 16 Oct 2024 17:57:59 +0200 Subject: [PATCH] fix(sidekiq): Add Sidekiq Cron configuration --- config/sidekiq.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/sidekiq.yml b/config/sidekiq.yml index 6447ded831..992a7689ec 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -58,3 +58,7 @@ cron: '0 1 * * *' class: NotifyProgressInitiatives queue: initiatives + ActiveStorageClearOrphans: + cron: '30 6 1 9 0' # Run at 06:30AM on 1st September + class: ActiveStorageClearOrphansJob + queue: default