Merge pull request #8296 from demarches-simplifiees/fix-datagouv-job
schedule job during a no-busy time
This commit is contained in:
commit
06ad436ded
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…
Reference in a new issue