can not run celery worker with -D #37811
Labels
area:core
duplicate
Issue that is duplicated
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
2.8.0
What happened?
when i run airflow celery worker -D,it reports a error on airflow-worker.err
but i am sure that zhe pid file is generated after i run the command
[2024-03-01 14:51:37 +0800] [21102] [INFO] Starting gunicorn 21.2.0
[2024-03-01 14:51:37 +0800] [21102] [INFO] Listening at: http://[::]:8793 (21102)
[2024-03-01 14:51:37 +0800] [21102] [INFO] Using worker: sync
[2024-03-01 14:51:37 +0800] [21103] [INFO] Booting worker with pid: 21103
[2024-03-01 14:51:37 +0800] [21104] [INFO] Booting worker with pid: 21104
ERROR: Pidfile (/home/idomp/airflow/conf/airflow-worker.pid) already exists.
Seems we're already running? (pid: 21101)
[2024-03-01 14:51:37 +0800] [21102] [INFO] Handling signal: term
[2024-03-01 14:51:37 +0800] [21104] [INFO] Worker exiting (pid: 21104)
[2024-03-01 14:51:37 +0800] [21103] [INFO] Worker exiting (pid: 21103)
[2024-03-01 14:51:38 +0800] [21102] [INFO] Shutting down: Master
What you think should happen instead?
No response
How to reproduce
source the virtualenv
run airflow celery worker -D
Operating System
NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"
Versions of Apache Airflow Providers
No response
Deployment
Virtualenv installation
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: