salimeryigit opened a new issue #13434: URL: https://github.com/apache/airflow/issues/13434
**Apache Airflow version**: 2.0.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): N/A **Environment**: - **Cloud provider or hardware configuration**: local/aws - **OS** (e.g. from /etc/os-release): Ubuntu 18.04.5 LTS - **Kernel** (e.g. `uname -a`): 5.4.0-1032-aws - **Install tools**: pip - **Others**: **What happened**: I did a fresh Airflow 2.0.0 install. With this version, when I manually trigger a DAG, Airflow skips the next scheduled run. <!-- (please include exact error messages if you can) --> **What you expected to happen**: Manual runs do not interfere with the scheduled runs prior to Airflow 2. <!-- What do you think went wrong? --> **How to reproduce it**: Create a simple hourly DAG. After enabling it and the initial run, run it manually. It shall skip the next hour. Below is an example, where the manual run with execution time of 08:17 causes the scheduled run with execution time of 08:00 to skip.  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
