Change cron hour to avoid race condition with NotifyOldBrouillonDossiersSoonDeletedJob
This commit is contained in:
parent
5555da2f90
commit
bfe138fe1a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Cron::HideOldBrouillonDossiersJob < Cron::CronJob
|
||||
self.schedule_expression = "every day at 5:30"
|
||||
self.schedule_expression = "every day at 21:00"
|
||||
|
||||
def perform
|
||||
Dossier
|
||||
|
|
Loading…
Reference in a new issue