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

   ### Body
   
   Clearing or Marking as Success/Fail a taskgroup could actually miss some TIs.
   
   In the current implementation, we fetch the group TIs by filtering TIs on 
the `taskDisplayNamePattern` (groupId) pattern.
   
   The result is paginated and we only retrieve the first 50 results. If the 
group holds more than page_size items, some will be skipped.
   
   ### Committer
   
   - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


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