o-nikolas commented on code in PR #57579:
URL: https://github.com/apache/airflow/pull/57579#discussion_r2482283004


##########
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:
   Ah! My mistake, looks good :) 



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

Reply via email to