mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Update sidekiq to version 8.0.7 (#34824)
This commit is contained in:
parent
651e51a82e
commit
4de21056ff
4 changed files with 10 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ module BulkMailingConcern
|
|||
job_class = ActionMailer::MailDeliveryJob
|
||||
|
||||
Sidekiq::Client.push_bulk({
|
||||
'class' => ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper,
|
||||
'class' => Sidekiq::ActiveJob::Wrapper,
|
||||
'wrapped' => job_class,
|
||||
'queue' => mailer_class.deliver_later_queue_name,
|
||||
'args' => args_array.map do |args|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue