jedcunningham commented on issue #56471: URL: https://github.com/apache/airflow/issues/56471#issuecomment-3542453803
> I also think that it would be good to have some way of cleaning things up if this happens. Even though we have fixed our root cause, we are still left with 1000's of extra dag version that seem to be bringing the web server to its knees. If you get rid of the dagruns with `airflow db clean`, they will go away. We don't keep them around forever. > [@wolvery](https://github.com/wolvery) There is [`AIRFLOW__DAG_PROCESSOR__DISABLE_BUNDLE_VERSIONING`](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#disable-bundle-versioning) but need to verify if it also stop adding serialized dag version. That does _not_ control discovery of new dag versions - that just controls what bundle version is used for a dagrun. The "dag version" that is growing here is the record Airflow keeps to power the UI. -- 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]
