mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:06:00 +01:00
Use Sidekiq::Job
This commit is contained in:
parent
b2b9826071
commit
e481721ea9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class SendToInboxJob
|
||||
include Sidekiq::Worker
|
||||
include Sidekiq::Job
|
||||
|
||||
sidekiq_options queue: :question, retry: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue