Use `Sidekiq::Job`

This commit is contained in:
Karina Kwiatek 2023-12-11 20:02:30 +01:00
parent b2b9826071
commit e481721ea9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
class SendToInboxJob
include Sidekiq::Worker
include Sidekiq::Job
sidekiq_options queue: :question, retry: false