From 91a173fae35a7b03e7c4f411dcc20a7f951d2f9e Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Wed, 20 Jul 2022 16:15:22 +0200 Subject: [PATCH] Add note to projects.md --- website/docs/usage/projects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/usage/projects.md b/website/docs/usage/projects.md index 2f30aff1e..3873f7fd8 100644 --- a/website/docs/usage/projects.md +++ b/website/docs/usage/projects.md @@ -171,7 +171,9 @@ $ python -m spacy project run all A group of commands to be executed in parallel is defined using the `parallel` keyword mapping to the commands specified as a list. You are responsible for making sure that no -deadlocks, race conditions or other issues can arise from the parallel execution. +deadlocks, race conditions or other issues can arise from the parallel execution. Note that +the individual operating-system level commands within each spaCy project command are still +executed in series. Using the expected [dependencies and outputs](#deps-outputs) defined in the commands, spaCy can determine whether to re-run a command (if its inputs or