Skip to content

Commit

Permalink
Fix Sidekiq config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Oct 5, 2024
1 parent 6712886 commit 47c7899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

config.capsule("AWS SES") do |capsule| # avoid rate limits
Rails.configuration.action_mailer.deliver_later_queue_name = "SES"
capsule.queue = "SES"
capsule.queues = ["SES"]
capsule.concurrency = 2
end
end
Expand Down

0 comments on commit 47c7899

Please sign in to comment.