Skip to content

Commit

Permalink
Use Sidekiq::Job
Browse files Browse the repository at this point in the history
  • Loading branch information
raccube committed Dec 11, 2023
1 parent b2b9826 commit e481721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/send_to_inbox_job.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

class SendToInboxJob
include Sidekiq::Worker
include Sidekiq::Job

sidekiq_options queue: :question, retry: false

Expand Down

0 comments on commit e481721

Please sign in to comment.