xBis7 commented on code in PR #43941:
URL: https://github.com/apache/airflow/pull/43941#discussion_r1883784682
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1113,6 +1294,20 @@ def _run_scheduler_loop(self) -> None:
self.log.debug("Waiting for processors to finish since
we're using sqlite")
self.processor_agent.wait_until_finished()
+ # This is using a new session.
+ self._end_spans_of_externally_ended_ops()
Review Comment:
I'll move it under the new session below.
--
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]