GitHub user enchant3dmango added a comment to the discussion: Catchup=True isn't scheduling any tasks
The scheduler will only catch up for the very first run, it won't because there is a DAGRun already in your DAG above. Try to delete it, then enable it again when the DAG is parsed. Read more [here](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dag-run.html#catchup). GitHub link: https://github.com/apache/airflow/discussions/46825#discussioncomment-12228681 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
