How interesting. Can you share a code snippet that induces this behavior? How often/reliably does
How interesting. Can you share a code snippet that induces this behavior? How often/reliably does it reproduce for you?

compatibility_flags = ["nodejs_compat"]




const client = new Client({
connectionString: env.HYPERDRIVE.connectionString,
});
try {
// Connect to our database
await client.connect();