abatch_as_completed does not respect max_concurrency config the same way that abatch does #29425
Open
5 tasks done
Labels
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
Checked other resources
Example Code
Test code illustrating the issue:
Error Message and Stack Trace (if applicable)
I expect the results for both abatch and abatch_as_completed to show that only 3 concurrent tasks are observed at any one time. Instead, for abatch_as_completed it shows all 10 tasks running at the same time. Results:
The text was updated successfully, but these errors were encountered: