Skip to content

Commit 47c7899

Browse files
Fix Sidekiq config syntax
1 parent 6712886 commit 47c7899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/sidekiq.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
config.capsule("AWS SES") do |capsule| # avoid rate limits
88
Rails.configuration.action_mailer.deliver_later_queue_name = "SES"
9-
capsule.queue = "SES"
9+
capsule.queues = ["SES"]
1010
capsule.concurrency = 2
1111
end
1212
end

0 commit comments

Comments
 (0)