-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add connection pooling for database on preview #2342
Comments
CC @spannercode |
As I cannot contribute to the solution on this issue, I'm un-assigning myself. |
@spannercode we do need to take a look at intermittent failures though |
I agree with @stepa-ict we could potentially use RDS Proxy or an alternative could be to add PostgRest as was discussed a while back however this might require some effort as qovery does not natively support a connection pooling solution. However when setting up DB-Sync I allowed 200 max connections and looking at the activity dashboard on PGAdmin it only ever seems to use a max of 9 at any given time |
Database check (Preview / Database) is added to the health status page for GovTool on Preview.
https://status.gov.tools/status/preview-gov-tools
We need to add connection pooling in order to avoid scenario where health status page consume all db connection.
Consider using pgpool or pgbouncer.
The text was updated successfully, but these errors were encountered: