tech: move cron tab to specific time

This commit is contained in:
simon lehericey 2024-06-13 16:40:08 +02:00
parent 390844c92b
commit 7c1b26930b
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5
25 changed files with 25 additions and 25 deletions

View file

@ -1,5 +1,5 @@
class Cron::DiscardedProceduresDeletionJob < Cron::CronJob
self.schedule_expression = "every day at 1 am"
self.schedule_expression = "every day at 00:45"
def perform
Procedure.purge_discarded