Skip to content

Commit

Permalink
Update queue name in worker!
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbruce committed Dec 30, 2024
1 parent 2f9a578 commit d5a1c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/reports_creator_worker.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class ReportsCreatorWorker
include Sidekiq::Worker
include Sidekiq::Status::Worker
sidekiq_options queue: :report_queue
sidekiq_options queue: :report_creator

def perform(legal_aid_application_id)
legal_aid_application = LegalAidApplication.find(legal_aid_application_id)
Expand Down

0 comments on commit d5a1c98

Please sign in to comment.