ferruzzi commented on code in PR #36803:
URL: https://github.com/apache/airflow/pull/36803#discussion_r1466752754


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -721,6 +721,7 @@ def _process_executor_events(self, session: Session) -> int:
             if state == TaskInstanceState.QUEUED:
                 ti.external_executor_id = info
                 self.log.info("Setting external_id for %s to %s", ti, info)
+                session.commit()

Review Comment:
   For posterity, I have started a Slack discussion 
[[here](https://apache-airflow.slack.com/archives/CCPRP7943/p1706126620502059)] 
for this to try to get more attention.  I'll drop a comment here with whatever 
decision is reached there.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to