-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Extra DagRuns Scheduled After Backfill #1266
Comments
Please try #1271 and see if that fixes your issue |
@jjfine are you running a Scheduler? The scheduler uses the last run, not the |
Sorry I just saw that you said very clearly you're running a scheduler :) Late night! |
Dear Airflow Maintainers,
Before I tell you about my issue, let me describe my environment:
Environment
Now that you know a little about me, let me tell you about the issue I am having:
Description of Issue
Reproduction Steps
example_bash_operator.py
to your dags folder.-
to a+
on this line so that the dag isn't scheduled immediately.airflow backfill -s 2016-03-27 -e 2016-03-27 example_bash_operator
Once the backfill finishes, more DagRuns will be scheduled:
By the time the dust settles we have DagRuns for the 2016-03-23 through the 2016-03-29 (writing this on the 2016-03-30):
Is this expected behavior? Is there any way around this?
The text was updated successfully, but these errors were encountered: