Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/source/concept/distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ onto different hardware or software environments.
For this purpose, the :term:`paraffin` package was developed.

You can use :code:`paraffin submit` to queue the evaluation of the selected stages.
With :code:`paraffin worker --concurrency 5` you can start 5 workers to evaluate the stages.

Further, you can select which stage should be picked up by which worker by defining a :code:`paraffin.yaml` file which supports wildcards.

Expand Down
Loading