How to speed up sending mail via Amazon SES? How to speed up sending mail via Amazon SES? curl curl

How to speed up sending mail via Amazon SES?


How about running several jobs in parallel? That way the potential damage from each cURL error is lessened. Start with two jobs, where each has its pauses and limits adjusted accordingly.

You should also make sure you're setting the cURL timeouts. Configure CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT at the very least.