-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
response-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Description
unable to sign request without credentials set
error message
Our system is
config.action_mailer.delivery_method = :aws_sdk
Aws::Rails.add_action_mailer_delivery_method()
and is using sdk as an option.
When an error occurs, the system sends a large number of e-mails to up to N users asynchronous jobs.
At this point, the above error message occurs (it works well in normal situatxions)
As far as I know, it occurs when the rate limit of authentication is exceeded.
Other aws services made aws client singleton, so the problem has been solved. Is there any way to fix that?
- aws-sdk-rails (2.1.0)
- aws-sdk-ses (1.24.0)
- rails (6.1.7.5)
Metadata
Metadata
Assignees
Labels
response-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.