Heroku uses a Unix-style process model for web, worker and all other types of commands.| devcenter.heroku.com
The high-level architectural components of the Heroku platform.| devcenter.heroku.com
Each app on Heroku has a set of running dynos, its dyno formation, which can be scaled up or down instantly from the command line or dashboard.| devcenter.heroku.com
This article explains how to use the Heroku Local CLI plugin.| devcenter.heroku.com
Schedule recurring or time-based jobs on Heroku with the Scheduler add-on or by implementing a custom clock process.| 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