我在Ruby中使用Mandrill-api以编程方式发送交易电子邮件。我的Rails应用程序中(或多或少)有以下行,mandrill||=Mandrill::API.newconst(:API)[:MANDRILL_APIKEY]...(constructingthemessage,content,etc)mandrill.messages.send_templatetempl,template_content,message,true问题是在生产环境中运行时,它偶尔返回以下错误。Excon::Errors::SocketError(EOFError(EOFError)):app/ma