GitHub user Leocy17 created a discussion: Airflow 3.1.1 task terminated after 24h: "Server indicated the task shouldn't be running anymore"
### Environment - **Airflow version:** 3.1.1 - **Executor:** CeleryExecutor (previously LocalExecutor) - **Deployment:** Docker Compose (single host) - **Python version:** 3.12 - **OS:** Ubuntu 22.04 --- ### 💡 Problem Description After upgrading from `LocalExecutor` to `CeleryExecutor` on Airflow 3.1.1, some of our long-running SSH tasks (over 24h) fail with the following error: <img width="1362" height="243" alt="image" src="https://github.com/user-attachments/assets/8ce7b315-4313-41cc-9b1b-86972f319636" /> <img width="1386" height="220" alt="image" src="https://github.com/user-attachments/assets/82affbf1-f4c5-4ff1-8a59-7092c7b15492" /> GitHub link: https://github.com/apache/airflow/discussions/58124 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
