github-actions[bot] opened a new pull request, #70397:
URL: https://github.com/apache/airflow/pull/70397

   The Grid/Graph TI-summaries stream re-fetches on an interval that is
   gated on the dag run still being active. When a run reaches a terminal
   state before the next tick fires — common for sub-interval runs on
   low-latency deployments — the interval is cleared without ever fetching
   the final task states, so node badges and grid cells stay frozen on
   whatever the last stream saw (often "no status") until a full remount.
   
   Re-stream once on the active→terminal transition so the final states
   always land, mirroring the self-gating behaviour of the polled run
   queries which never stop before observing a terminal state.
   (cherry picked from commit 47a0324461fd1d6b2acb296e56498a3684f8407d)
   
   Co-authored-by: Andrew Chang <[email protected]>


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