Skip to content

Commit

Permalink
Merge pull request #10353 from demarches-simplifiees/return_dol_batch…
Browse files Browse the repository at this point in the history
…_to_low_priority

Tech: replace le job de migration des logs fontionnelles sur une queue standard
  • Loading branch information
LeSim authored Apr 18, 2024
2 parents 4041bfa + 21e8fc5 commit 6b41eaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class DossierOperationLogMoveToColdStorageBatchJob < ApplicationJob
queue_as :low_priority_sub_second_batch
queue_as :low_priority

def perform(ids)
DossierOperationLog.where(id: ids)
Expand Down

0 comments on commit 6b41eaa

Please sign in to comment.