Add note to projects.md

This commit is contained in:
richardpaulhudson 2022-07-20 16:15:22 +02:00
parent d2bde9abc5
commit 91a173fae3

View File

@ -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