rileypeterson commented on issue #48719: URL: https://github.com/apache/airflow/issues/48719#issuecomment-3268587196
I'm getting a similar error which has been consistently causing my long dag runs to fail, though it often takes many hours to rear its head. I'm using apache/airflow:slim-3.0.6, airflow.task.operators.airflow.providers.docker.operators.docker.DockerOperator, and DAG is long running 24+ hrs. Last timestamp for activity within the dag (log message) is usually within 20 minutes prior. Here's a specific log: ``` [2025-09-07, 23:01:34] ERROR - Server indicated the task shouldn't be running anymore. Terminating process: detail={"detail":{"reason":"not_found","message":"Task Instance not found"}}: source="task" [2025-09-07, 23:01:39] ERROR - Task killed!: source="task" ``` I can provide more details if it's helpful -- 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