Pranshu Maheshwari
CDCloudflare Developers
•Created by Alec | Kriebel LLC. on 4/22/2025 in #queues
I'm getting `Queue sendBatch failed: Bad
In general: we should be able to support that volume of messages. It's possible you hit a fresh queue with a lot of messages before it had a chance to scale up
4 replies
CDCloudflare Developers
•Created by Alec | Kriebel LLC. on 4/22/2025 in #queues
I'm getting `Queue sendBatch failed: Bad
cc @Sid too
4 replies
CDCloudflare Developers
•Created by Alec | Kriebel LLC. on 4/22/2025 in #queues
I'm getting `Queue sendBatch failed: Bad
Hey @Alec | Kriebel LLC. - could you share your account ID and queue ID? Both are safe to share here
4 replies
CDCloudflare Developers
•Created by Dosha on 4/16/2025 in #queues
is it within the road map for http push
makes sense - stay tuned 🙂
4 replies
CDCloudflare Developers
•Created by Dosha on 4/16/2025 in #queues
is it within the road map for http push
very much on the roadmap. What's the use case you have in mind here @Dosha?
4 replies
CDCloudflare Developers
•Created by Brett Willis on 4/10/2025 in #queues
Is Queues going to be getting any love
we've got a few things lined up for next week & next month, so stay tuned!
2 replies
CDCloudflare Developers
•Created by Brett Willis on 4/10/2025 in #queues
Is Queues going to be getting any love
no free tier this week, but hopefully in the near future 🙂
2 replies
CDCloudflare Developers
•Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
Dynamic binding isn't currently in the works. our current plan is way to create partitioned queues, by specifying an optional partition key when you send a message:
queue.send(message, { partitionKey: message.userId })
all partitions would attach to the same consumer worker. so it would let you dynamically create one queue per user of your application
it's too soon to say for sure if this is exactly what we'll build, but the goal is to help you get some form of a queue on the go8 replies
CDCloudflare Developers
•Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
too soon to provide timelines here, but I'll send you a note once there's something you can test out
8 replies
CDCloudflare Developers
•Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
Gotcha, this makes sense! we're working on a few ways in which you can create one queue per user of your application (and then you could purge those queues)
8 replies
CDCloudflare Developers
•Created by Aakash on 3/25/2025 in #queues
Is there any issue with queue? because
No limits, but feel free to ask in #d1-database too!
9 replies
CDCloudflare Developers
•Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
2. We are planning to add timestamp based purging (eg, purge messages received between Jan 1 & Jan 2). What do you have in mind though? Could you tell me more about your use case?
8 replies