Skip to content

Commit

Permalink
docs: fix example for multiprocess run config (#7693)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexledesma committed May 2, 2022
1 parent 0422087 commit 7bdffdb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@ def multiprocess_executor(init_context):
Any job that does not specify custom executors will use the multiprocess_executor by default.
For jobs or legacy pipelines, to configure the multiprocess executor, include a fragment such
as the following in your config:
as the following in your run config:
.. code-block:: yaml
execution:
multiprocess:
config:
config:
multiprocess:
max_concurrent: 4
The ``max_concurrent`` arg is optional and tells the execution engine how many processes may run
Expand Down

0 comments on commit 7bdffdb

Please sign in to comment.