Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not run celery worker with -D #37811

Closed
2 tasks done
zhegemingzimeibanquan opened this issue Mar 1, 2024 · 2 comments
Closed
2 tasks done

can not run celery worker with -D #37811

zhegemingzimeibanquan opened this issue Mar 1, 2024 · 2 comments
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

Comments

@zhegemingzimeibanquan
Copy link

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
Uploading image.png…

[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?

  • Yes I am willing to submit a PR!

Code of Conduct

@zhegemingzimeibanquan zhegemingzimeibanquan added area:core kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet labels Mar 1, 2024
Copy link

boring-cyborg bot commented Mar 1, 2024

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@Taragolis Taragolis added the duplicate Issue that is duplicated label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants