Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Same here, but worse. Some of the apps I have hosted on Heroku (including APIs) are showing "Application Error". Like you, tried logging into dashboard and got a Heroku error page.


Turns out that not all Heroku dynos are hosted on US-East. One of my friend's dyno is still up and running great.


Same here :(. Not sure why serving a connection to my dyno depends on S3 being up...


I'll bet that what Heroku does is precompile all the code when you push to Heroku (or doesn't), saves it to a S3 bucket, and kills the running process after a certain amount of inactivity. Once it detects a pending network request, the code gets loaded from the S3 bucket into the EC2 instance, and then your code spins up.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: