Gatsby source plugin pg Pool max connections during develop
When using a Gatsby source plugin with node-postgres (pg) for database queries, intermittent connection pool exhaustion can occur during gatsby develop . Each plugin manages its own Pool instance, which emits errors like too many clients, already connected when the max limit is exceeded. During development, concurrent page requests trigger parallel sourceNod