I'm using Amazon SES to send email from a Ruby on Rails (version 3.2.3) app hosted on Amazon's EC2 infrastructure, and I'm getting repeated Timeouts while sending email.
Timeout::Error: execution expired
I do this using a delayed_job queue, and it fails several times before being successful (Some email addresses require up to 4 or 5 re-tries).
I have production access on Amazon SES. Any reason why these timeouts are happening? Do I need to apply to have my Amazon EC2 sending limitations removed?