ephraimbuddy commented on a change in pull request #20391:
URL: https://github.com/apache/airflow/pull/20391#discussion_r781479015
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -581,6 +604,13 @@ def _process_executor_events(self, session: Session =
None) -> int:
self.log.info("Setting external_id for %s to %s", ti, info)
continue
+ # reset the last_scheduling_decision for all task in this dag
Review comment:
```suggestion
# reset the last_scheduling_decision for all scheduled task in
this dag
```
--
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]