Sporadic Connection Errors
Hi Hyperdrive team 👋 We're definitely seeing some localized connection issues (seems to be from EU-based colos only), and they happen on a spike and then disappear over the next ~10m
5 Replies
cc @xortive
(Matt is the tech lead for Hyperdrive)
hi! happy to provide more context if needed
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
hey!
yep, we're using
pg
and Pool
(we did switch to Client
after other Matt's message in #hyperdrive-beta , though - exact same issue + stack)
we create it per request in a Hono middleware
We did also experience a lot of Hyperdrive errors on Saturday, so very likely us 😅
The only thing we're doing that isn't pretty much exactly copy-and-paste'd from CF docs is we aded a 5 second connect timeout (the pg
driver defaults to hanging infinitely, which just stalls until the Worker gets killed for exceeding CPU)
Happy to share the code we're running + some more details if I can DM you on DiscordUnknown User•13mo ago
Message Not Public
Sign In & Join Server To View