You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/03 05:04:24 UTC

[GitHub] [airflow] maxnathaniel commented on pull request #28685: Handle ConnectionReset exception in Executor cleanup

maxnathaniel commented on PR #28685:
URL: https://github.com/apache/airflow/pull/28685#issuecomment-1369398793

   Good point. I anticipate that the we will need to include `_flush_result_queue `, `self.task_queue.join()` and `self.result_queue.join()` as well since the exception was caused by the connection which was reset. What do you think?


-- 
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-unsubscribe@airflow.apache.org

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