dirrao commented on code in PR #38180:
URL: https://github.com/apache/airflow/pull/38180#discussion_r1527403199


##########
airflow/models/taskinstance.py:
##########
@@ -2306,12 +2306,14 @@ def emit_state_change_metric(self, new_state: 
TaskInstanceState) -> None:
         elif new_state == TaskInstanceState.QUEUED:
             metric_name = "scheduled_duration"
             if self.start_date is None:
-                # same comment as above

Review Comment:
   I have a question on the state change timing functionality. In multi 
scheduler mode, Does the state change timing  captured? 



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