Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Playbooks

Christine Dodrill edited this page Mar 15, 2018 · 1 revision

Healthcheck is down

  • Is the application responding to HTTP requests? curl -v https://printerfacts.herokuapp.com
  • Is Heroku having any runtime issues? https://status.heroku.com
  • Do the console logs have any useful hints? heroku logs -a printerfacts
  • If none of the above help: heroku ps:restart -a printerfacts

Clone this wiki locally