Pranshu Maheshwari
Pranshu Maheshwari
CDCloudflare Developers
Created by John Spurlock on 1/12/2025 in #queues
yes, and through the dashboard - the
we pushed out a fix @John Spurlock - could you let us know if the consumer is working again?
6 replies
CDCloudflare Developers
Created by sup filistine on 1/5/2025 in #queues
maybe a short question on queues: x-
Gotcha, thanks this is helpful. It's more likely that the logs aren't being delivered than the messages are being dropped fwiw. Could you share your queue ID & account ID? both are safe to share here. I'll double check that everything is working as expected
13 replies
CDCloudflare Developers
Created by slagathor on 1/10/2025 in #queues
I currently have a queue setup where the
max_batch_size = 1 means that your Queue consumer will only consume one message at a time. Your queue consumers will auto scale, but this auto-scaling kicks in only at the end of processing a batch. So, if it takes a while to poll the API, your queue will be "stuck"
2 replies
CDCloudflare Developers
Created by slagathor on 1/10/2025 in #queues
I currently have a queue setup where the
could you share your queue ID and account ID? Both are safe to share here
2 replies
CDCloudflare Developers
Created by John Spurlock on 1/12/2025 in #queues
yes, and through the dashboard - the
I see a few errors on our side. Will keep you updated
6 replies
CDCloudflare Developers
Created by John Spurlock on 1/12/2025 in #queues
yes, and through the dashboard - the
looking into this
6 replies
CDCloudflare Developers
Created by jacky on 1/9/2025 in #queues
guys i got over an hour of consumer
You don't need to do anything to enable concurrency. but here are a few reasons your consumers might not be auto-scaling: https://developers.cloudflare.com/queues/configuration/consumer-concurrency/#why-are-my-consumers-not-autoscaling
6 replies
CDCloudflare Developers
Created by jacky on 1/9/2025 in #queues
guys i got over an hour of consumer
@jacky could you send me your queue ID and account ID? Both are safe to share here
6 replies
CDCloudflare Developers
Created by jacky on 1/9/2025 in #queues
guys i got over an hour of consumer
depends on the rate of messages coming in. consumer delay = how old is the average message in my queue So what this means is that your queue & consumer are working on old messages. This can happen if you write a burst of messages to the queue, if your consumer is running too slowly to keep up
6 replies
CDCloudflare Developers
Created by sup filistine on 1/5/2025 in #queues
maybe a short question on queues: x-
Messages aren't dropped though, they're just queued up. Could you tell me how you're detecting that messages are dropped?
13 replies
CDCloudflare Developers
Created by sup filistine on 1/5/2025 in #queues
maybe a short question on queues: x-
Hey! This is because we scale up concurrent consumers at the end of processing each batch documented here: https://developers.cloudflare.com/queues/configuration/consumer-concurrency/#why-are-my-consumers-not-autoscaling So if your consumer includes a promise that waits for 60s, your consumer won't autoscale until the end of the 60s
13 replies
CDCloudflare Developers
Created by jordanfinners on 10/30/2024 in #queues
Hello, is there an issue with queues at
Would you like to get some time on my calendar here? https://calendar.app.google/YmGCcHW3GQXt8k2y5
48 replies
CDCloudflare Developers
Created by jordanfinners on 10/30/2024 in #queues
Hello, is there an issue with queues at
For sure - you seem to be hitting a bunch of edge cases somehow 😬 thank you for working with us on this, really appreciate it
48 replies
CDCloudflare Developers
Created by Aries on 12/17/2024 in #queues
optimally, you'd be able to specific a
are you trying to get to exactly once delivery? just curious, what are you using queues for?
2 replies
CDCloudflare Developers
Created by Aries on 12/17/2024 in #queues
optimally, you'd be able to specific a
nothing automatic I'm afraid. you can do this manually: write message IDs to KV or somewhere else, and check from your consumer if it that ID has been consumed before.
2 replies