Bowrna commented on PR #37936:
URL: https://github.com/apache/airflow/pull/37936#issuecomment-2014649033

   > cc: @ferruzzi @Bowrna -> I remember there were discussions about it in the 
past . Did we decide to leave it in s for back-compatibility ?
   
   timedelta object statsd handles internally by converting to milliseconds. 
But there are some case where we explicitly pass the seconds instead of 
timedelta object and it is stored in statsd as seconds. so I added a fix with 
different key name where the newly added key name persists the data in 
milliseconds while the older key stays for backward compatibility with a 
deprecation message.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to