From 7ac306cd6f2437eefa78f1efa78e9b0bee067fbd Mon Sep 17 00:00:00 2001 From: Fabian Zills <46721498+PythonFZ@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:04:20 +0100 Subject: [PATCH] Update distributed.rst --- docs/source/concept/distributed.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/concept/distributed.rst b/docs/source/concept/distributed.rst index 849db159..d9684352 100644 --- a/docs/source/concept/distributed.rst +++ b/docs/source/concept/distributed.rst @@ -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.