Pranshu Maheshwari
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
CDCloudflare Developers
•Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
You can do it programmatically. See the API docs here: https://developers.cloudflare.com/api/resources/queues/subresources/purge/methods/start/
8 replies
CDCloudflare Developers
•Created by telliks on 3/26/2025 in #queues
Pretty sure something got broken with
ok, should be resolved & fixed now @telliks
11 replies
CDCloudflare Developers
•Created by telliks on 3/26/2025 in #queues
Pretty sure something got broken with
For any other folks on this thread who are seeing a similar error, we have an ongoing incident with Workflows. Status page here: https://www.cloudflarestatus.com/incidents/51xvmlbww6d0
11 replies
CDCloudflare Developers
•Created by telliks on 3/26/2025 in #queues
Pretty sure something got broken with
thanks, much appreciated! I think we've found the issue - will send you an update soon
11 replies