Skip to content

Commit 5715a0b

Browse files
tbackTill Backhaus
authored andcommitted
docs(using-workflow): add note about default scaled processes
1 parent 9c71b3a commit 5715a0b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/using-workflow/process-types-and-the-procfile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ mechanism for declaring the commands that should be run by your application’s
55
use a Procfile to declare multiple processes for different types of application workers-- for
66
example, an application server, a job execution timer, or a consumer of the Twitter streaming API.
77

8-
Multiple process types can be scaled independently of one another.
8+
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.
911

1012
## Default Process Types
1113

0 commit comments

Comments
 (0)