EinavDanielDX opened a new issue, #35610: URL: https://github.com/apache/airflow/issues/35610
### Apache Airflow version 2.7.3 ### What happened I've executed a task, on flower and worker log i see error: ``` airflow.exceptions.AirflowException: Celery command failed on host: my-worker.svc.cluster.local with celery_task_id 5f4b68d0-cb6d-405f-924b-17229833c5ae ``` Yet in airflow web UI the task marked as finished successfully ``` 2023-11-13T16:55:32.339+0000 | INFO | 3722 | taskinstance.py:1400 | Marking task as SUCCESS. dag_id=onboarding_DAG, task_id=TASK_X, execution_date=20231113T135707, start_date=20231113T165530, end_date=20231113T165532 2023-11-13T16:55:32.412+0000 | INFO | 3709 | local_task_job_runner.py:228 | Task exited with return code 0 ``` The process actually DID its job, yet i cant figure why celery executor logged an error while the task actually runs just fine ### What you think should happen instead Task run result in celery and web UI should be consistent. ### How to reproduce . ### Operating System Debian 11 (bullseye) container, running on EKS ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==8.7.1 apache-airflow-providers-celery==3.3.4 apache-airflow-providers-cncf-kubernetes==7.6.0 apache-airflow-providers-common-sql==1.7.2 apache-airflow-providers-daskexecutor==1.0.1 apache-airflow-providers-docker==3.7.5 apache-airflow-providers-elasticsearch==5.0.2 apache-airflow-providers-ftp==3.5.2 apache-airflow-providers-google==10.9.0 apache-airflow-providers-grpc==3.2.2 apache-airflow-providers-hashicorp==3.4.3 apache-airflow-providers-http==4.5.2 apache-airflow-providers-imap==3.3.2 apache-airflow-providers-microsoft-azure==7.0.0 apache-airflow-providers-mysql==5.3.1 apache-airflow-providers-odbc==4.0.0 apache-airflow-providers-openlineage==1.1.0 apache-airflow-providers-postgres==5.6.1 apache-airflow-providers-redis==3.3.2 apache-airflow-providers-sendgrid==3.2.2 apache-airflow-providers-sftp==4.6.1 apache-airflow-providers-slack==8.1.0 apache-airflow-providers-snowflake==5.0.1 apache-airflow-providers-sqlite==3.4.3 apache-airflow-providers-ssh==3.7.3 ### Deployment Other 3rd-party Helm chart ### Deployment details _No response_ ### Anything else On a regular basis, to most of the tasks in queue  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
