kzosabe commented on PR #34771:
URL: https://github.com/apache/airflow/pull/34771#issuecomment-1747760505

   About this advice in the slack conversation:
   
   > we used it also in the backfill job, you need to do the same thing.
   
   As the description of the previous PR, there are two points where TI 
transitions to QUEUED.
   As you pointed out, ti is indeed transitioning to QUEUED at 
`backfill_job_runner.py: 533` too
   
   However, ti is not directly triggered here and emit_state_change_metric is 
not called too at this time, it seemed unnecessary to change behavior at this 
point.
   I think the problem is only in the behavior of this function. And by grep 
the entire repository with emit_state_change_metric, there was only one place 
that could be called with the argument queued. So I think currently there 
should be no other point to change, is this correct?
   


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