mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 17:43:37 +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
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class SendToInboxJob
|
class SendToInboxJob
|
||||||
include Sidekiq::Worker
|
include Sidekiq::Job
|
||||||
|
|
||||||
sidekiq_options queue: :question, retry: false
|
sidekiq_options queue: :question, retry: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue