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.

posta 2 anni fa231 visualizzazioni
1 Risposta
1
Risposta accettata

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

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande