davidcaron commented on issue #18369:
URL: https://github.com/apache/airflow/issues/18369#issuecomment-929741327


   We had the same issue in most of our dags (most have task groups, but I 
didn't realise it could be related)
   
   I think the problem was introduced in 
https://github.com/apache/airflow/pull/17821/commits/abc68d05ab3d579afa4c2bbbb5cdb701a7ecd7e9
 
   
   
https://github.com/apache/airflow/blob/21870080e90fed06f6a617ce05c338c276106d71/airflow/www/static/js/graph.js#L473
   
   When I change this line to `continue` instead of `return`, it fixes the 
issue. I'm not so sure what that implies as the intention of the PR was to 
improve performance and I'm not familiar enough with the code to comment about 
that.
   


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