Hacker News new | past | comments | ask | show | jobs | submit login

It really is amazing how many web services are dependent on S3. For instance, the Heroku dashboard is currently down for me. Along with all of my services that are on Heroku.



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.


For those using Heroku - any workarounds to at least put the app in maintenance mode? It seems their entire platform, including API, is down.


Quora is down.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

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

Search: