JDarDagran commented on code in PR #39674:
URL: https://github.com/apache/airflow/pull/39674#discussion_r1604505682


##########
airflow/providers/openlineage/provider.yaml:
##########
@@ -135,3 +135,11 @@ config:
         example: ~
         type: boolean
         version_added: ~
+      dag_state_change_process_pool_size:
+        description: |
+          Number of processes to utilize for processing DAG state changes
+          in an asynchronous manner within the scheduler process.
+        default: "1"
+        example: ~
+        type: integer
+        version_added: ~

Review Comment:
   I couldn't find it in docs but should I guess which version (probably patch) 
would this be released in?



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