Skip to content

Commit

Permalink
Use super_low queue for RecursiveFixityJob
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Feb 7, 2019
1 parent 58e0c1b commit 4371010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/check_fixity_recursive_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CheckFixityRecursiveJob < ApplicationJob

def perform
CheckFixityJob.perform_now(next_file_set.id)
CheckFixityRecursiveJob.set(queue: queue_name).perform_later
CheckFixityRecursiveJob.set(queue: :super_low).perform_later
end

private
Expand Down

0 comments on commit 4371010

Please sign in to comment.