April 2014
Intermediate to advanced
336 pages
7h 48m
English
Each application's set of running processes on the dyno manifold are known as its process formation.
The default formation for a simple application will be a single web process, whereas more complex applications may consist of multiple copies of web and worker process types. You can scale the process types on demand as your application needs increase.
For example, if the application already has a process formation of three web processes, and you run the heroku ps:scale worker=3 command, you will now have a total of six processes: three web processes and three worker processes.
In a production environment, your application may need to scale out to a much greater capacity. It is no longer a couple of web and worker ...
Read now
Unlock full access