Merge pull request #8296 from demarches-simplifiees/fix-datagouv-job

schedule job during a no-busy time
This commit is contained in:
krichtof 2022-12-16 18:48:05 +01:00 committed by GitHub
commit 06ad436ded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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