Created on 13 February 2025, 10 days ago

Problem/Motivation

When sending emails hits the send quota, the email is lost and the module with not try to resend it. Throttling should avoid getting the "To Many Requests" error, but t can still occur as throttling happens after the mail is sent.

Steps to reproduce

With sandbox credentials, send more than 200 emails and you will get a SesV2Exception with a response with code 429 and message "To many Requests ...".

Proposed resolution

The exception is already cached, but if we get a 429 response we can create a queue item to try resending after some time (Amazon recommends to wait up to 10 minutes before retrying, see https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas-errors.html).

✨ Feature request
Status

Active

Version

3.1

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium cgoffin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024