schedule job during a no-busy time

This commit is contained in:
Christophe Robillard 2022-12-16 18:02:36 +01:00
parent 4a169e1a5a
commit 672e56a099

View file

@ -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