amoghrajesh commented on issue #55753: URL: https://github.com/apache/airflow/issues/55753#issuecomment-3301740644
Investigated a bit and it seems like the TI gets failed from here: https://github.com/apache/airflow/blob/main/task-sdk/src/airflow/sdk/execution_time/supervisor.py#L1150. My proposal would be to handle this slightly better, if a task has retries defined, we should retry if the signals are retry-able like the ones the hardware / containers can throw due to OOM / worker restart etc: SIGKILL (OOM), SIGTERM (worker restart) (all this obviously if the task is qualified to retry). -- 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]
