potiuk commented on issue #14896: URL: https://github.com/apache/airflow/issues/14896#issuecomment-1212953794
This is the question on how you are deploying Airflow and whether you run the worker with daemon flag: https://github.com/apache/airflow/blob/main/airflow/cli/commands/celery_command.py#L180 I believe you can run airflow worker as non-daemon - with all the caveats that you have to take care - like handling stdin/out, signals, switching working directory and everything elas that "daemonizing" does https://manpages.ubuntu.com/manpages/bionic/man1/daemonize.1.html -- 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]
