Skip to content

Instantly share code, notes, and snippets.

@L04DB4L4NC3R
Created January 11, 2020 22:56
Show Gist options
  • Save L04DB4L4NC3R/04c907aae8501d329a67ebb9022a952f to your computer and use it in GitHub Desktop.
Save L04DB4L4NC3R/04c907aae8501d329a67ebb9022a952f to your computer and use it in GitHub Desktop.
HEROKU H10 series errors
# Logs weren't giving me any clues.
# So I scaled down and scaled back up the dynos.
#This solved the problem for me:
heroku ps:scale web=0
# Waited a few seconds...
sleep(4)
heroku ps:scale web=1
# https://stackoverflow.com/questions/13496827/heroku-deployment-error-h10-app-crashed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment