Skip to content

Conversation

@tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Sep 5, 2025

If we use mapParallelOrdered, 4 requests will be handled parallel and then it will wait for all to finish.

If we wanted all requests to be ordered, then it would need to be set to 1. As we don't it doesn't make sense to use ordered.

Fixes #2690

If we use mapParallelOrdered, 4 requests will be handled parallel and then it will wait for all to finish.

If we wanted all requests to be ordered, then it would need to be set to 1. As we don't it doesn't make sense to use ordered.
@tgodzik tgodzik marked this pull request as ready for review September 8, 2025 09:58
@tgodzik tgodzik merged commit 2553594 into scalacenter:main Sep 8, 2025
25 of 26 checks passed
@tgodzik tgodzik deleted the fix-list-all branch September 8, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Listing build targets does not work until project is done compiling

1 participant