opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Fix transient errors in CI due to DB connection issues

Open Blckbrry-Pi opened this issue 11 months ago • 1 comments

node-postgres is repeatedly throwing this error in CI

error: Uncaught (in promise) ConnectionError: The session was terminated unexpectedly
      throw new ConnectionError("The session was terminated unexpectedly");
            ^
    at Connection.#readMessage (https://deno.land/x/[email protected]/connection/connection.ts:166:13)
    at eventLoopTick (ext:core/01_core.js:166:7)
    at async Connection.#sendStartupMessage (https://deno.land/x/[email protected]/connection/connection.ts:240:12)
    at async Connection.#startup (https://deno.land/x/[email protected]/connection/connection.ts:369:28)
    at async Connection.startup (https://deno.land/x/[email protected]/connection/connection.ts:474:11)
    at async Client.connect (https://deno.land/x/[email protected]/client.ts:233:7)

What I know so far:

Blckbrry-Pi avatar Mar 08 '24 16:03 Blckbrry-Pi