tech(perf): reschedule this job at 4am when our workers does not do anything
This commit is contained in:
parent
fc37bbaa4a
commit
d729c2f193
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class Cron::DossierOperationLogMoveToColdStorageJob < Cron::CronJob
|
class Cron::DossierOperationLogMoveToColdStorageJob < Cron::CronJob
|
||||||
self.schedule_expression = "every day at 10:00"
|
self.schedule_expression = "every day at 23:00"
|
||||||
|
|
||||||
def perform
|
def perform
|
||||||
DossierOperationLog
|
DossierOperationLog
|
||||||
|
|
Loading…
Reference in a new issue