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

Run scheduler in a loop #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Run scheduler in a loop #40

wants to merge 1 commit into from

Conversation

chrismclennon
Copy link

I ran into the same issue discussed in #20 (and hinted in #27) and decided to roll with the solution initially proposed by @jdavidheiser to run the scheduler in a while loop and break if it returns a bad error code. Here's the same code I'm using in my entrypoint script to address the issue.

@ooverandout
Copy link

ooverandout commented May 22, 2019

Hi!
Any other solution to this problem? This one seems not to be working for me (also, you forgot to close the case statement at the end there).

Regardless of what I try, the issue seems always the same - when I initiate a dag in airflow dashboard, it just pends in the running state, even if scheduler do not crash.

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

Successfully merging this pull request may close these issues.

2 participants