gradle / build-analysis-demo

Build data analysis applications
MIT License
10 stars 7 forks source link

Consider reducing event processing concurrency #3

Closed ldaley closed 5 years ago

ldaley commented 5 years ago

https://github.com/gradle/build-analysis/blob/57572c80d55491946cd33207d363d7372900d9b6/build-event-collectorator/src/main/kotlin/org/gradle/buildeng/analysis/consumer/BuildConsumer.kt#L55

We limit concurrent Export API connections to 30 in the app. I suggest bringing this down to 20, which should give good throughput but not overly tax the server.