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


##########
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 think in #39609 we assumed next release as minor 1.8.0



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