Skip to content

Commit

Permalink
chore: put dol_to_cold_storage back to low_priority
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSim committed Apr 18, 2024
1 parent 4041bfa commit 21e8fc5
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 21e8fc5

Please sign in to comment.