From 672e56a099e1d9cd806715959f047afef0eef5fd Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Fri, 16 Dec 2022 18:02:36 +0100 Subject: [PATCH] schedule job during a no-busy time --- .../cron/datagouv/export_and_publish_demarches_publiques_job.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jobs/cron/datagouv/export_and_publish_demarches_publiques_job.rb b/app/jobs/cron/datagouv/export_and_publish_demarches_publiques_job.rb index 87feececc..7b9b1898b 100644 --- a/app/jobs/cron/datagouv/export_and_publish_demarches_publiques_job.rb +++ b/app/jobs/cron/datagouv/export_and_publish_demarches_publiques_job.rb @@ -1,5 +1,5 @@ class Cron::Datagouv::ExportAndPublishDemarchesPubliquesJob < Cron::CronJob - self.schedule_expression = "every month at 3:00" + self.schedule_expression = "every month at 4:00" def self.schedulable? false