RikHeijdens commented on issue #19385: URL: https://github.com/apache/airflow/issues/19385#issuecomment-960633723
I'm not sure if by **deleting** the DAG you mean, delete the DAG and all history associated with it, but I was able to recover the scheduler from a crash loop by setting the `schedule_interval` to `@once` and then deleting the DAG's entry from the `dag_code` table. This would then allow the scheduler to recover, without having to delete all of the history. -- 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]
