我正在使用Rails 3.2.3和Heroku Bamboo堆栈使用Mailgun发送电子邮件。我随机得到这个错误,不知道它意味着什么或来自哪里:
Started POST "/invites" for 67.250.49.100 at 2012-05-14 20:17:41 -0700
Sent mail to example@example.com (10147ms)
SocketError (getaddrinfo: Name or service not known):
app/controllers/invites_controller.rb:43:in `invite_friend'
app/controllers/invites_controller.rb:9:in `create'
奇怪的是,有时候它很有效,很少会抛出这个错误。有任何想法吗?我似乎无法定期复制......