Saqib
Saqib
CDCloudflare Developers
Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
That'd be helpful. To extend previous use case, if something is wrong in data (a wrong param in message), then I can just do if x == certain_value, purge it. And sure, would be happy to test it out and give feedback. Also, can we expect dynamic binding anytime soon? Abiity to get queues on-the-go instead of binding in wrangler.toml, perhaps something like DO stubs.
8 replies
CDCloudflare Developers
Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
So basically purge everything received from a particular user between time x -> y
8 replies
CDCloudflare Developers
Created by Saqib on 3/26/2025 in #queues
Super cool. A few of questions:
I was thinking more of a particular value on the message. e.g., purge everything for a particular user — maybe they sent something wrong or want to send again.
8 replies
CDCloudflare Developers
Created by Saqib on 10/24/2024 in #queues
I have a queue with batch of size 50 and
This is super helpful. I have been able to debug and streamline it. Thank you so much @Pranshu Maheshwari
7 replies
CDCloudflare Developers
Created by Saqib on 10/9/2024 in #queues
Hey folks, I am trying to do some
@Pranshu Maheshwari I have a few questions: 1- Does a single worker instance/ v8 isolate handle multiple request? 2- If so, are resources of an instance shared between mutliple requests? i.e., 128MB of the isolate will be shared between requests hitting the same isolate?
6 replies