Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

thanks, makes sense. just fyi, then:

thanks, makes sense. just fyi, then: 1) that is not mentioned in the docs 2) just want to point out that the vite plugin doesn’t support -–remote, so that’s a particular bummer...

Client idle timeout

Is it usually possible to get maximum query (statement) duration limit increased? What's a reasonable limit that might be accepted? Currently running some fairly beefy KPI queries and started hitting the 60s timeout.. and now all of our internal tools have stopped working I've just submitted a limit increase request if anyone is able to help...

Wrapper cache misses

Help: Zero Cache Hits – Hyperdrive Queries Bypassing Cache Straight to DB! Hey team, I'm scratching my head over this caching mystery. Every query skips the cache and hits my Postgres DB directly (running on a Hetzner VPS), resulting in 0 cache hits for weeks. No performance magic happening here! Quick Context:...

measuring latency

Hi 👋 I am using HyperDrive with my Postgres db in Oracle server located in Germany with Cloudflare workers. (I am also working n Germany)Connection is made and working without problem but the response is still slow(a bit faster than direct connection). Funny thing I found is it is very fast with mobile network while it is slow with my WiFi with same running contents. (200ms vs 2 seconds). Is this because HyperDrive needs some traffic to calculate? Right now I have no users as it is in dev. Than...

supported mysql versions

Hey folks. I apologize if this question has already been asked. I recently updated my AWS RDS cluster from MySQL 8.0 to MySQL 8.4 and it looks like it's no longer compatible with Hyperdrive. Is this a known issue? Is there a workaround?

too many subrequests

Hello everyone! I'm trying to connect to supabase postgres instance from a worker via hyperdrive using this guide https://developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/postgres-js/ . I'm using postgres.js 3.4.7. In local it works connecting to the same database the hyperdrive is using, but on cf i got CONNECTION_TIMEOUT hitting the 10s i configured always. If i just connect directly in cf i got "too many subrequests" after 1 or 2 secs (the funct...

Hello 👋

Hello 👋
Does Hyperdrive supports connecting to PostgreSQL with TLS 1.3 (Ed25519)? I got this error while configuring Hyperdrive via Zero Trust Tunnel:...

Geo check SEA region

Hey there, we are facing high latency with hyperdrive. Can we know in which datacenter our hyperdrive are running on ? These are the id's of our hyperdrive 1. d8646d64296b433ab021b32c4f3a66c9...

Hi, sorry if is not the correct channel

Hi, sorry if is not the correct channel... We use this stack: Drizzle + Hyperdrive + Neon for full intensive processing. Neon has the maximum configuration, with 4,000 connections (and 10,000 pooled)....

Adding hyperdrive to our MySQL database

Adding hyperdrive to our MySQL database on planetscale resulted in higher latency

I've started with mysql2, but then I've

I've started with mysql2, but then I've moved to a handcrafted mysql protocol implementation, hoping to avoid any unnecessary CPU overheads.

I keep getting Failed to connect to the

I keep getting Failed to connect to the provided database: Connecting to database via Cloudflare Tunnel failed: 503 Service Unavailable, only the db

I am trying to make a new Hyperdrive

I am trying to make a new Hyperdrive config but I keep getting:
"Failed to connect to the provided database: Connecting to database via Cloudflare Tunnel failed: 403 Forbidden"
"Failed to connect to the provided database: Connecting to database via Cloudflare Tunnel failed: 403 Forbidden"
As far as I can tell I setup everything exactly as my previous configuration. Tunnel setup and access policies look identical. Runnign the tunnel with debug output yield nothing so I feel like something is going wrong inside zero trust but I can't figure it out... So... apparently it takes a bit for a new access token to start working maybe? Waiting a few minutes and using an existing token it started working... 😦...

unable to configure Hyperdrive with RDS

unable to configure Hyperdrive with RDS (MySQL) , error attached
No description

can I connect to hyperdrive from within

can I connect to hyperdrive from within a worker while using a mysql2 pool? Kysely only supports using mysql connection pools and I'm getting a "the server closed the connection" error
No description

Does the local wrangler version of

Does the local wrangler version of hyperdrive behave the same as prod with regards to caching?

Hey folks, I just got this error today

Hey folks, I just got this error today Hyperdrive does not currently support MySQL multi-statement queries ```...

I want to confirm if I understand this

I want to confirm if I understand this correctly, before i make a mistake by exposing the db publicly. I have a db running on third-party cloud provider, along with a cloudflared container in the same network. Now, from this docs: https://developers.cloudflare.com/hyperdrive/configuration/connect-to-private-database/#12-connect-your-database-using-a-public-hostname ...

Hmmm alright, it's probably fine as long

Hmmm alright, it's probably fine as long as you keep it below 5 connections.

Do you have a tracking issue on GitHub?

Do you have a tracking issue on GitHub?
Next