feat(async): re-order priority jobs
This commit is contained in:
parent
08ec45443d
commit
afe98704e9
9 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ProcessStalledDeclarativeDossierJob < ApplicationJob
|
||||
queue_as :low
|
||||
def perform(dossier)
|
||||
return if dossier.declarative_triggered_at.present?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue