jscheffl commented on code in PR #58819:
URL: https://github.com/apache/airflow/pull/58819#discussion_r2572488015


##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2081,9 +2081,10 @@ scheduler:
       type: float
       example: ~
       default: "5.0"
-    running_metrics_interval:
+    ti_metrics_interval:

Review Comment:
   Unfortunately we can not "just" rename the config key, even it makes sense. 
There might be many installations out and if the key is renamed then upgrade 
will lose the value.
   
   If the config key is changed, the old value needs to be still supported as 
back-compat. see airflow-core/src/airflow/configuration.py and look for 
`deprecated_values`.



-- 
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]

Reply via email to