dstandish commented on code in PR #27113:
URL: https://github.com/apache/airflow/pull/27113#discussion_r1004758527
##########
airflow/jobs/scheduler_job.py:
##########
@@ -745,6 +757,9 @@ def _execute(self) -> None:
self._run_scheduler_loop()
+ if self.enabled_dagrun_listener:
Review Comment:
yeah like ... what do you think about that @mobuchowski ? if it is feasible
to add a null notifier, i.e. some kind of base class that doesn't do anything,
then maybe we could get rid of all of these if checks, and maybe that would be
better. what do you think of the thought?
--
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]