Kim
Kim
Awesome, thank you! The problem was ``` FileNotFoundError: [Errno 2] Unable to load configuration file (No such file or directory): '/usr/local/airflow/webserver_config.py' ``` Airflow was creating the webserver_config.py in `/usr/local/airflow/airflow/webserver_config.py`, but...
@bcb do you have issues with gunicorn workers starting up after enabling RBAC? Airflow starts the workers, but they fail to start up in time. They are then killed and...
I was able to solve this issue... For some reason the RBAC interface uses a lot of CPU on startup. If you are running on a low powered server, this...
@cmourouvin it was @bcb's comment. I made the `silent=False` change in the `app.py` and the exception showed that it loaded the file from the wrong location. I haven't tried filtering...
I haven't reported it, because I'm not sure if it is a bug in all airflow installs or just in this docker file. If it was a bug in airflow...
Awesome, looks like that would solve it. @puckel would you consider adding it to your Dockerfile so we don't have to do it in our's?
Since migrating to the official image is being discussed here I want to add some stuff I figured out today. First of all, here's a discussion on the official docker...
@athenawisdoms yes you can adjust the first line in the Makefile: ‘’’ SERVICE = "scheduler" ‘’’
+1 on this. It would allow us to create raycast and Alfred workflows. Could also be another pro feature that could be very compelling.
I am also looking for exactly this and am actually considering switching to a different solution if it doesn't exist.