Skip to content
Snippets Groups Projects
Commit 31528e83 authored by Daniel Bimschas's avatar Daniel Bimschas
Browse files

HOLI-10626: use Postgres.js instead of Denos postgres client

Rationale: Denos postgres client does not support automatically closing idle or old connections.
Therefore, as rumors have it, Google Cloud SQl will eventually close the DB connections, leading to
the ECONNRESET error messages we've seen in logging.

This MR is an attempt at avoid ECONNRESET by using a client that supports automatically closing idle
and old connections.
parent e3f936c0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment