Update sidekiq to version 8.0.7 (#34824)

This commit is contained in:
Matt Jankowski 2025-08-14 11:25:31 -04:00 committed by GitHub
parent 651e51a82e
commit 4de21056ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -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|