Heroku Down?
6 raasdnil 6 6/10/2025, 10:31:31 AM
So dashbaord.heroku.com is timing out, status.heroku.com is showing an error page. Someone at Heroku I got hold of say it's something to do with Cloudfront. Anyone have more data?
Outage report found here https://status.salesforce.com/generalmessages/10001540
CLI command is:
`heroku restart --app <app-name>`
This does not work for private spaces, for those you need to do:
`heroku ps:stop <dyno-type> --app <app-name>`
Where <dyno-type> is probably web, worker etc.
Once down, then you do:
`heroku restart --app <app-name>`
This has gotten about 10 apps online already for us so far - we are monitoring our fleet of 100 heroku apps and moving through the rest.
This is a pain in the butt.