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

Celery Worker Doesnt start in daemon mode #36541

Closed
1 of 2 tasks
iw-pavan opened this issue Jan 2, 2024 · 2 comments · Fixed by #36794
Closed
1 of 2 tasks

Celery Worker Doesnt start in daemon mode #36541

iw-pavan opened this issue Jan 2, 2024 · 2 comments · Fixed by #36794
Labels
area:core kind:bug This is a clearly a bug
Milestone

Comments

@iw-pavan
Copy link
Contributor

iw-pavan commented Jan 2, 2024

Apache Airflow version

2.8.0

If "Other Airflow 2 version" selected, which one?

No response

What happened?

When airflow celery worker command executed with -D option it crashes due to pid file being used at multiple places.

In 2.8.0 pid file is used in celery app and in run_command_with_daemon_option

What you think should happen instead?

No response

How to reproduce

Run celery worker command with daemon option

Operating System

Mac/Linux

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

@iw-pavan iw-pavan added area:core kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet labels Jan 2, 2024
@potiuk potiuk added this to the Airflow 2.8.1 milestone Jan 2, 2024
@potiuk potiuk removed the needs-triage label for new issues that we didn't triage yet label Jan 2, 2024
@ebdavison
Copy link

ebdavison commented Feb 22, 2024

Any ETA on this getting wrapped up? I am completely down in my environment using a service so I am having to run my worker in a tmux background session in order to keep the system working.

@potiuk
Copy link
Member

potiuk commented Feb 22, 2024

It will be relesed when the related PR will be merged and release done. But It's open source - you can apply the change in the PR to your installation and see if it solves the problem -that is the best way for you to get it faster and contribute by verifying the fix. See #36794. There is never ETA. Airrflow is created by volunteers and things are done when they are done. But - on the other hand, this is open source and you can do what I wrote above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core kind:bug This is a clearly a bug
Projects
None yet
4 participants