Pranshu Maheshwari
Pranshu Maheshwari
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 go
8 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:
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
CDCloudflare Developers
Created by telliks on 3/26/2025 in #queues
Pretty sure something got broken with
Gotcha - we're looking into this now. I think it's an issue on the Workflows side. should have a fix out shortly
11 replies
CDCloudflare Developers
Created by telliks on 3/26/2025 in #queues
Pretty sure something got broken with
Couple other questions: 1. I assume the error is coming from your producer Worker? Are you seeing any other errors? (feel free to DM me over the full trace or more logs btw) 2. Does writing to this Queue from another producer work? I think I see the error on our side. Looks like something might have gone wrong with the Worker itself - your Queue is healthy and should accept requests without any issues
11 replies
CDCloudflare Developers
Created by telliks on 3/26/2025 in #queues
Pretty sure something got broken with
could you send me over your Queue ID & account ID? both are safe to share here! it's likely unrelated to this release (pause / purge has actually been out for a few days already) but I'll double check what's going on
11 replies
CDCloudflare Developers
Created by Peps on 3/26/2025 in #queues
Quick question if I may, but will queues
For sure, that's a great suggestion. I really appreciate the candid feedback here! let me see what we can do 🙂
6 replies
CDCloudflare Developers
Created by Peps on 3/26/2025 in #queues
Quick question if I may, but will queues
But given how push consumers on Queues work (ie: queues invoke your consumer worker with a batch of messages) full remote support is a tough one to get right. still on our roadmap though, and definitely something I'd like us to support soon
6 replies
CDCloudflare Developers
Created by Peps on 3/26/2025 in #queues
Quick question if I may, but will queues
We do want to for sure - it's been a very common ask! And as you noted, remote dev is such a common part of the workers dev workflow
6 replies
CDCloudflare Developers
Created by Aakash on 3/25/2025 in #queues
Is there any issue with queue? because
If you're comfortable sharing your consumer worker code here, feel free to, and I can try to help!
9 replies
CDCloudflare Developers
Created by Aakash on 3/25/2025 in #queues
Is there any issue with queue? because
My best guess is that the API calls to the other server are taking time to complete
9 replies
CDCloudflare Developers
Created by Aakash on 3/25/2025 in #queues
Is there any issue with queue? because
Are all of the queues connected to the same consumer Worker? IE, is this queue that's taking 10-15s doing the same thing as the other queues?
9 replies
CDCloudflare Developers
Created by Aakash on 3/25/2025 in #queues
Is there any issue with queue? because
no system wide issues - could you tell me more about what you're seeing? what do you mean by resolving here?
9 replies