Hey I was wondering if anyone in New York city (or northeast region) could try to make a heroku console connection to any app right now.
I am seeing bash, console, and rake tasks (one-off process) timeout -- all on port 5000. I can reproduce on 3 different networks on two different computers, but my colleagues in Virginia say he has no problems connecting. The problem appears to be platform-wide (it affects all my apps) and just started this morning. You should try: heroku run console -a yourappname heroku run bash -a yourappname telnet rendezvous.runtime.heroku.com 5000 If anyone with a Heroku app in the New York City area could please try these 3 things right now and tell me if you are able to connect or get a timeout, I would greatly appreciate it. jason@MacBook-Air:mack_weldon (spree2-2-master)$ heroku run console -a mackweldon-production Running console attached to terminal... up, run.6529 ! ! Timeout awaiting dyno, see https://devcenter.heroku.com/articles/one-off-dynos#timeout-awaiting-process jason@MacBook-Air:mack_weldon (spree2-2-master)$ heroku run bash -a mackweldon-ganymede Running bash attached to terminal... failed ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: https://github.com/heroku/heroku/issues/new Error: connect timeout reached (Excon::Errors::Timeout) Command: heroku run bash -a mackweldon-ganymede Plugins: heroku_jammit Version: heroku-toolbelt/3.26.1 (x86_64-darwin10.8.0) ruby/1.9.3 Error ID: 9560b3f19b4c4f5680d9543c7ef2db8f More information in /Users/jason/.heroku/error.log jason@MacBook-Air:mack_weldon (spree2-2-master)$ telnet rendezvous.runtime.heroku.com 5000 Trying 50.19.103.36... telnet: connect to address 50.19.103.36: Operation timed out telnet: Unable to connect to remote host -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
