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

Message consumption throughput

Generally, yes. Though, in a well functioning Queue, the writes per second should correlate strongly with reads and deletes per second.

I m on paid unbound plan so 600ms should

I'm on paid, unbound plan, so 600ms should not be my CPU limit.
No description

Hey folks Heavy Cloudflare Workers user

Hey folks! Heavy Cloudflare Workers user here, and new Queues user - great to meet you all 👋 I'm struggling to bind a queue to a worker - specifically I can't get the binding to show up in the env argument in the fetch default exported function....

Hey 🙂 I was curious about how consuming

Hey! 🙂 I was curious about how consuming from queues works from a per-worker perspective. I know that it's limited to 100/s right now, but for example if I have a worker set to a batch of 50, and I have 101 items in the queue, will it immediately spawn 3 workers? Or will one worker sequentially process batches of up to 50?