ISSUE-106 Utilize pgbouncer to pool connections into PostGIS #196
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #106
@renato2099 a couple of issues here
pgbouncer
container initializationWe need to change the auth_type via the
PGBOUNCER_AUTH_TYPE
environment variable.2. You need to augment
.env
and add the following build argThis means that the new complete build command looks like
I need to augment the installation documentation to account for this. I will do that once we merge this PR into
main
.I would like to load test this implementation with Locust. Have you used that framework before? The load testing could also be part of this PR... let me know what you think. Thanks