Skip to content

Commit

Permalink
Revert removal of docs for default pools argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Nov 15, 2023
1 parent 98f0667 commit ed3b288
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/source/admin/scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,16 @@ gravity:
```

In this example 4 processes will be started in total:
3 processes will act as job handlers and workflow schedulers, and one process will be dedicated to handling jobs for the
`special` tag only. With the `job_conf.xml` configuration above these would be jobs created by the `test1` tool.
3 processes will act as job handlers and workflow schedulers, and one process will be dedicated to handling jobs for the `special` tag only. With the `job_conf.xml` configuration above these would be jobs created by the `test1` tool.
You can omit the `pools` argument, this will then default to:

```yaml
...
pools:
- job-handlers
- workflow-schedulers
...
```

If you omit the `processes` argument this will default to a single process.
You can further customize the handler names using the `name_template` section,
Expand Down

0 comments on commit ed3b288

Please sign in to comment.