potiuk edited a comment on issue #17120:
URL: https://github.com/apache/airflow/issues/17120#issuecomment-894210585
As a workaround, you do not need to run airflow in Daemon mode.
There is no need to run daemon mode in most cases. You can run airflow in a
background using whatever mechanisms you have to manage your deploymens
(upstart/systemd/etc. ) and there is no need to use daemon mode at all..
Usually I recommend using Airlfow via docker images - where each component
is a separate container - with Ariflow Helm Chart if you run on Kubernetes
https://airflow.apache.org/docs/helm-chart/stable/index.html or with Docker
Compose, or other deployment mechanisms you use. I am not sure why you are
getting the error if you confirmed the problem is not fixed. I could not
reproduce it so maybe it's also some problem with your environment or you have
some customizations that inject sql-alchemy initialization befre the fork
happens.
--
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]