We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c71b3a + 5715a0b commit 2d2b937Copy full SHA for 2d2b937
1 file changed
src/using-workflow/process-types-and-the-procfile.md
@@ -5,7 +5,9 @@ mechanism for declaring the commands that should be run by your application’s
5
use a Procfile to declare multiple processes for different types of application workers-- for
6
example, an application server, a job execution timer, or a consumer of the Twitter streaming API.
7
8
-Multiple process types can be scaled independently of one another.
+Multiple process types can be scaled independently of one another. When you first deploy your application
9
+only one `web` or `cmd` processes is spawned. To spawn other process types, use `deis scale <process>=<n>`
10
+to scale those processes accordingly.
11
12
## Default Process Types
13
0 commit comments