我正在使用 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'
奇怪的是,有时它会起作用,但很少会抛出这个错误。有任何想法吗?我似乎无法定期复制...