alexakra edited a comment on issue #19901: URL: https://github.com/apache/airflow/issues/19901#issuecomment-989593193
> What do you mean by no scheduling? Is it that dagruns are not created at all? There is a record in the "dag" table in which `next_dagrun_create_after` remains `null`. In the description above, I pointed to the exact line in the code. It was changed in 2.2. And "If this condition is evaluated when a state is "running" then it is incorrect.", i.e. condition should be ">" instead of ">=". When `next_dagrun_create_after` remains `null`, the dag doesn't run/scheduled anymore. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
