Skip to content

Commit 439eec0

Browse files
Ensure SES rate limit isn't reached
1 parent 47c7899 commit 439eec0

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
@@ -7,7 +7,7 @@
77
config.capsule("AWS SES") do |capsule| # avoid rate limits
88
Rails.configuration.action_mailer.deliver_later_queue_name = "SES"
99
capsule.queues = ["SES"]
10-
capsule.concurrency = 2
10+
capsule.concurrency = 1
1111
end
1212
end
1313

0 commit comments

Comments
 (0)