uranusjr commented on code in PR #27506:
URL: https://github.com/apache/airflow/pull/27506#discussion_r1017635638
##########
airflow/jobs/local_task_job.py:
##########
@@ -165,7 +160,7 @@ def handle_task_exit(self, return_code: int) -> None:
if not self.task_instance.test_mode:
if conf.getboolean('scheduler', 'schedule_after_task_execution',
fallback=True):
- self._run_mini_scheduler_on_child_tasks()
+ self.task_instance.schedule_downstream_tasks()
Review Comment:
Or we could just add “mini scheduler” to the docstring or comment; I’m just
wondering whether we should keep the string somewhere so it’s easier for
someone to find the relevant code when we talk about the mini scheduler.
--
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]