django-amazon-ses
django-amazon-ses copied to clipboard
Handling SES Throttling?
I read through;
- Previous issues
- Pull requests
- The code
And it doesn't look like the retrying or queuing is handled in case of SES throttling.
Am I correct regarding this?
Thanks!
Hey @DivisionMax,
Retry functionality around service-side throttling errors is handled by the AWS SDK. Since the retry mode isn't overwritten when the SES client is instantiated, I believe the legacy retry mode is used (barring the existance of any external SDK configuration).