ACCOUNT_THROTTLED in BulkEmailEntryResult

0

Hi, I used sesv2.sendBulkEmail (@aws-sdk/client-sesv2) to send 18000+ emails but have a problem with ACCOUNT_THROTTLED error that returns in BulkEmailEntryResult. How can I handle this case?

(My daily sending quota is 50,000 emails per 24-hour period and My maximum send rate is 14 emails per second.)

I use sleep(5000) to slowdown my request, it work for first 500 emails but my service can't wait that long.

已提问 2 年前238 查看次数
1 回答
1
已接受的回答

Nevermind, I let it error and make cron-job to resend it later.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则