django-amazon-ses icon indicating copy to clipboard operation
django-amazon-ses copied to clipboard

Handling SES Throttling?

Open DivisionMax opened this issue 3 years ago • 1 comments

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!

DivisionMax avatar Sep 18 '21 07:09 DivisionMax

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).

hectcastro avatar Sep 18 '21 13:09 hectcastro