Articles that describe Heroku dyno behavior.| devcenter.heroku.com
There are different parts to a dyno’s [lifecycle](dyno-lifecycle). This article describes a dyno’s startup behavior.| devcenter.heroku.com
This article describes the restart behavior of Heroku [dynos](dynos) and how to restart them.| devcenter.heroku.com
Learn about the different generations of Heroku and associated features| devcenter.heroku.com
A description of the custom error information written to logs when your app experiences an error.| devcenter.heroku.com
A dyno is a lightweight Linux container that runs a single user-specified command. The dyno manager manages many different applications and keeps dynos running automatically.| devcenter.heroku.com
A technical description of the Heroku Platform API, which lets you programmatically automate, extend and combine Heroku with other services.| devcenter.heroku.com
These are the help texts for each of the core Heroku CLI commands. You can also see this text in your terminal with heroku help, heroku --help, or heroku -h.| devcenter.heroku.com