docker-airflow icon indicating copy to clipboard operation
docker-airflow copied to clipboard

It's as if the scheduler is not running and DAGs are not getting triggered

Open cosbor11 opened this issue 4 years ago • 1 comments

Even when triggering dags from the console, there are no dag log files created. How do I start the scheduler? It looks like all that is started is the webserver. How can I execute dags and see the log runs for that?

cosbor11 avatar Dec 14 '20 22:12 cosbor11

Hi, remember to enable your DAG on UI and after that you can trigger this dag with success, if you don't enable, you'll not see your dag running or any logs. To execute the scheduler and webserver you can check local docker-compose.yaml, a simple way is to use celery executor. All logs are stored on scheduler or worker, you can create some volumes to store the logs.

leandrovieiraa avatar Dec 22 '20 13:12 leandrovieiraa