jscheffl commented on code in PR #57579:
URL: https://github.com/apache/airflow/pull/57579#discussion_r2479705570
##########
airflow-core/src/airflow/executors/local_executor.py:
##########
@@ -138,7 +138,7 @@ class LocalExecutor(BaseExecutor):
It uses the multiprocessing Python library and queues to parallelize the
execution of tasks.
- :param parallelism: how many parallel processes are run in the executor
+ :param parallelism: how many parallel processes are run in the executor,
must be > 0
Review Comment:
Looking at
https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/executors/base_executor.py#L177-L178
the value 0 is rejected since PR https://github.com/apache/airflow/pull/48218
and also according to devlist thread
https://lists.apache.org/thread/jlroywp6tlcrgdsx28shl1nkll8bpvbt
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]