I accidentally pushed a build that does an npm install in the postinstall script. This has led to my heroku app being stuck in an infinite install loop. I searched the heroku documentation on how to kill builds but came up blank. The closest thing I found was https://help.heroku.com/Z44Q4WW4/how-do-i-stop-a-release-phase and I tried killing as per those instructions but my build won't die :(
The heroku-builds CLI plugin has a builds:cancel command which will stop a running build.
builds:cancel
All builds will time out too after a time that can go between 15 minutes to 1 hour.
1.4m articles
1.4m replys
5 comments
57.0k users