XD-DENG edited a comment on issue #6682: [AIRFLOW-6088] pass DAG processing runtime as duration to stats URL: https://github.com/apache/airflow/pull/6682#issuecomment-559415137 Hi @hoesler , I found one more: https://github.com/apache/airflow/blob/109789283dfda76649fafb7535fee82300e95d28/airflow/models/dagrun.py#L309-L310 `.total_seconds() * 1000` can be removed to avoid unnecessary back & forth conversion. May you address this together in this PR? After that I can merge immediately. All other related lines in the code base seems ok. Cheers!
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
