tiranox85 commented on issue #9722:
URL: https://github.com/apache/airflow/issues/9722#issuecomment-833992404
if some one else has the same issue, i solved by doing a small change on my
docker-compose.yml this way the scheduler always starts after the webserver and
all the dag's are shown ok
`airflow-scheduler:
<<: *airflow-common
command: scheduler
depends_on:
airflow-webserver:
condition: service_healthy
restart: always`
--
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]