Tell HN: Heroku crashes for new deploys
Update: The fault seems to be limited to new deploys, and according to ntomas the problem lies with Heroku Router
We just did a routine deploy on Heroku, and _every single request_ began failing. Checking logs it says "code=H10 desc="App crashed"" without anything else.
Looking around elsewhere, I see other apps are failing with the exact same error (eg. https://isdown.app/integrations/heroku?c=1685469931)
Seems there was scheduled maintenance on some logging system, and there's some homepage / sign-up page service being done too (https://status.heroku.com/).
15 comments
[ 4.9 ms ] story [ 42.5 ms ] threadConsole also works fine for all apps
The problem is with the Heroku router...
```
heroku run bash -a myapp
$ bundle exec puma -C config/puma.rb
[All fine]
```
It's definitely coming from their router. Opened a ticket 1h ago without reply so far, and it makes you wonder why they even bother to have a status page.
Really happy with this! At least we are still monitoring everything, and it will continue to send notifications...
I will receive a notification from IsDown when Heroku status page is updated :)
Edit: Good Twitter thread with some support replies [1]
https://twitter.com/nunotomas/status/1663642609527431168