You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/12 10:16:27 UTC

[GitHub] [airflow] potiuk commented on issue #14896: Error: 'daemonic processes are not allowed to have children', after upgradeing to airflow:2.0.1

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org