Skip to content

Commit

Permalink
Merge pull request #754 from pnax/document-missing-config-keys
Browse files Browse the repository at this point in the history
Document keys number_of_processes_for_{frontend,batch}_testing
  • Loading branch information
Alexandre Pion committed Apr 29, 2021
2 parents 50f3acc + 3ce6767 commit 54be27a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,19 +270,25 @@ Do not use it (keep the default value "0"), or use it with care.
### number_of_processes_for_frontend_testing

A positive integer.

used -> todo

Number of processes allowed to run in parallel (added with
`number_of_processes_for_batch_testing`).
Default value: `20`.

Despite its name, this key does not limit the number of process used by the
frontend, but is used in combination of
`number_of_processes_for_batch_testing`.

### number_of_processes_for_batch_testing

An integer.

used -> todo

Number of processes allowed to run in parallel (added with
`number_of_processes_for_frontend_testing`).
Default value: `20`.

Despite its name, this key does not limit the number of process used by any
batch pool of tests, but is used in combination of
`number_of_processes_for_frontend_testing`.

### lock_on_queue

An integer.
Expand Down

0 comments on commit 54be27a

Please sign in to comment.