fix(job): attempt to fix a pg timeout int Cron::NotifyDraftNotSubmittedJob
This commit is contained in:
parent
86f15b8c05
commit
9e6d06fd9c
1 changed files with 0 additions and 1 deletions
|
@ -1352,7 +1352,6 @@ class Dossier < ApplicationRecord
|
|||
|
||||
def self.notify_draft_not_submitted
|
||||
brouillon_near_procedure_closing_date
|
||||
.includes(:user)
|
||||
.find_each do |dossier|
|
||||
DossierMailer.notify_brouillon_not_submitted(dossier).deliver_later
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue