mobuchowski commented on code in PR #27113:
URL: https://github.com/apache/airflow/pull/27113#discussion_r1007072665
##########
airflow/config_templates/config.yml:
##########
@@ -2169,6 +2169,13 @@
type: string
example: ~
default: "15"
+ - name: enable_dagrun_listener_notifications
+ description: |
+ Enable emitting dagrun listener notifications in scheduler.
+ version_added: 2.5.0
+ type: boolean
+ example: ~
+ default: "False"
Review Comment:
We probably can work with `if there's scheduler plugin registered, just do
it`.
--
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]