Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement or configure a sending rate limit? #628

Open
travelmassive opened this issue Sep 14, 2021 · 0 comments
Open

How to implement or configure a sending rate limit? #628

travelmassive opened this issue Sep 14, 2021 · 0 comments

Comments

@travelmassive
Copy link

travelmassive commented Sep 14, 2021

Hi folks - is there an easy way to implement a sending rate limit / rate throttle?

I am sending async with the AWS SES Adapter and I'm hitting SES' rate limit when sending out ~1000 notifications. Only 100 or so notifications are delivered. The rest are dropped.

I'm not sure what part of the pipeline I should expect to be responsible for this? eg. Bamboo? ex_aws? ex_aws_ses? Or my own code?

It looks like ex_aws provides a way to retry failed API calls, but this seems to be a general approach for all AWS API methods and not email specific (ie: it's not a robust strategy to throw all your email at AWS and re-attempt any errors).

Thanks for any tips / pointers.

-- Ian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant