You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a feature built in that would throttle the emails being sent to Amazon to avoid reaching your quota. For instance it could be an option during initialization to set a custom limit or it could default to whatever the max per second quota is that is returned by your SES account. Then throttle the calls to send SES the emails based on your configured limit.
The text was updated successfully, but these errors were encountered:
+1 for that feature. We currently use DelayedJob to enqueue emails and we have a custom algorithm to make it so that sending emails do not hit the SES limit.
BTW - regarding this issue - does the sending from DelayedJob is done automatically using SES? (i.e., are there any further settings except for the default ones?)
It would be nice to have a feature built in that would throttle the emails being sent to Amazon to avoid reaching your quota. For instance it could be an option during initialization to set a custom limit or it could default to whatever the max per second quota is that is returned by your SES account. Then throttle the calls to send SES the emails based on your configured limit.
The text was updated successfully, but these errors were encountered: