schedule job during a no-busy time
This commit is contained in:
parent
4a169e1a5a
commit
672e56a099
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue