ashb commented on a change in pull request #5079: [AIRFLOW-4285] Update task
dependency context defination and usage
URL: https://github.com/apache/airflow/pull/5079#discussion_r288184579
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -691,9 +692,7 @@ def _process_task_instances(self, dag,
task_instances_list, session=None):
for run in active_dag_runs:
self.log.debug("Examining active DAG run: %s", run)
# this needs a fresh session sometimes tis get detached
Review comment:
This comment doesn't really make any sense anymore does it? It doesn't seem
to relate to the code at least.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services