Change cron hour to avoid race condition with NotifyOldBrouillonDossiersSoonDeletedJob

This commit is contained in:
Mathieu Magnin 2024-12-06 17:07:31 +01:00
parent 5555da2f90
commit bfe138fe1a
No known key found for this signature in database
GPG key ID: 8DCAFC82D7BA654E

View file

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