Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cosbor11 opened this issue Dec 14, 2020 · 1 comment

Comments

@cosbor11
Copy link

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 cosbor11 changed the title It's as if the scheduler is not running or DAGs are not getting triggered It's as if the scheduler is not running and DAGs are not getting triggered Dec 14, 2020
@leandrovieiraa
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants