gbif / gbif-web

Apache License 2.0
6 stars 9 forks source link

Ensure that graphql do not open too many connection #636

Closed MortenHofft closed 2 months ago

MortenHofft commented 2 months ago

I'm not sure how apollo does it, but in the past we have been setting apool size and an agent. We should ensure that we do not kill the machine by opening thousands of connections

danielvdm2000 commented 2 months ago

I thinking it should be configurable, but just for a start, what do you see is an appropriate max number of connections?