rbakhtaraev opened a new issue #14714: URL: https://github.com/apache/airflow/issues/14714
**Apache Airflow version**: 1.10.14/2.0.0 (it isnt important) **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.20.1 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Others**: **What happened**: Custom plugins don't work, when using git-sync container for fetch him from git. I think that is due to the fact that plugins and dags are fetching later than worker is starting. If i add some pause before starting worker/webserver through `sleep 30`, worker/webserver is starting postponed and plugins are loading. Is there a better solution for my case? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
