- Issue created by @orakili
- First commit to issue fork.
For long running tasks sending emails, the task may take longer than the expiration time of the temporary credentials used by the AWS SES client created by the aws → module when using a role ARN for authentication.
In that case AWS will return an ExpiredTokenException and the emails will stop being sent.
Catch the exception (TokenException) and recreate the client and retry sending the email?
Implement patch.
None.
None.
None.
Active
3.0
Code