João Castro
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
I remember seeing that query latency would stay similar, but I'll double check it as i'm not completely sure
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
Yeah k6 will only give e2e latency
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
I'm monitoring k6 request latency and using pgAdmin to see the active connections
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
Right now I'm just testing the path of placing orders and some events related to it, so I would need to change our tests to have a better idea of how many connections we would be using at peak traffic as we don't track this currently
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
What I noticed is that we had 100 connections open to our DB, but if we pass the 20 connections limit we start to see significant increases in latency
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
Yup those are the load tests. This is a couple of times higher than what we would see at peak traffic as we need to have some room to grow comfortably
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
This looks much better already btw, so great job!
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
When we started this project I tried hyperdrive but it didn't perform as we were expecting
19 replies
CDCloudflare Developers
•Created by João Castro on 2/10/2025 in #hyperdrive
Regional routing issue
For now I'm running some load tests in our staging environment to see if we can ditch our own pgBouncer
19 replies
CDCloudflare Developers
•Created by pneutam on 11/18/2024 in #workers-help
How to return a plain object and not a stub from a Worker with RPC binding?
Bumping this as well as I'm having the same problem while trying to use Durable Objects RPC with a Worker as a tRPC server sharing types with the client. If you are sharing types with the client, RPC is ironically a really bad choice at the moment.
3 replies