I use Rails 3.2.3 and on the Heroku Bamboo stack, using Mailgun to send emails. I accidentally get this error and have no idea what it means or where it comes from:
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'
Oddly enough, sometimes it works, and rarely it will throw this error. Any ideas? I can't seem to reproduce regularly ...
source share