MatrixManAtYrService opened a new issue, #23068:
URL: https://github.com/apache/airflow/issues/23068

   ### Apache Airflow version
   
   2.3.0b1 (pre-release)
   
   ### What happened
   
   Run [a dag with an expanded TimedeltaSensor and a normal 
TimedeltaSensor](https://gist.github.com/MatrixManAtYrService/051fdc7164d187ab215ff8087e4db043),
 and navigate to the corresponding entries in the grid view.
   
   While the dag runs:
   - The unmapped task shows its "duration" to be increasing 
   - The mapped task shows a blank entry for the duration
   
   Once the dag has finished:
   - both show `00:00:00` for the duration
   
   
   ### What you think should happen instead
   
   I'm not sure what it should show, probably time spent running?  Or maybe 
queued + running?  Whatever it should be, 00:00:00 doesn't seem right if it 
spent 90 seconds waiting around (e.g. in the "running" state)
   
   Also, if we're going to update duration continuously while the normal task 
is running, we should do the same for the expanded task.
   
   
   ### How to reproduce
   
   run a dag with expanded sensors, notice 00:00:00 duration
   
   ### Operating System
   
   debian (docker)
   
   ### Versions of Apache Airflow Providers
   
   n/a
   
   ### Deployment
   
   Astronomer
   
   ### Deployment details
   
   `astrocloud dev start`
   
   Dockerfile:
   ```
   FROM quay.io/astronomer/ap-airflow-dev:main
   ```
   
   image at airflow version 6d6ac2b2bcbb0547a488a1a13fea3cb1a69d24e8
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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