Lee-W commented on issue #50654:
URL: https://github.com/apache/airflow/issues/50654#issuecomment-2929715102

   After a few more tests, I discovered that my statement was not accurate. The 
API server as a whole doesn't die. Only the API endpoint itself dies without 
being correctly handled. It's still the root cause of why the task is hanging. 
But what we need to do is not handle 
https://github.com/apache/airflow/blob/main/task-sdk/src/airflow/sdk/execution_time/task_runner.py#L939
 but 
https://github.com/apache/airflow/blob/22d7ba8f6764dab5d669d7de618ff6fcbc55c761/airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py#L318.


-- 
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]

Reply via email to