Pranshu Maheshwari
CDCloudflare Developers
•Created by scotto on 2/17/2025 in #queues
thanks, any plans to increase those
it should make it much easier for you to build larger files in R2!
8 replies
CDCloudflare Developers
•Created by scotto on 2/17/2025 in #queues
Build software better, together
thanks for reporting this btw, we just fixed the error message to make it more clear
1 replies
CDCloudflare Developers
•Created by HowlOftheSun on 2/17/2025 in #queues
~~What would cause a queue to send the
what are you using Queues & workers for btw?
3 replies
CDCloudflare Developers
•Created by scotto on 2/17/2025 in #queues
thanks, any plans to increase those
@scotto any chance you'd be interested in something new we're building? Quick sneak preview here
If yes, send me your account ID and I can get you setup (safe to share here)
8 replies
CDCloudflare Developers
•Created by HowlOftheSun on 2/17/2025 in #queues
~~What would cause a queue to send the
haha yes indeed 🙂 you can customize this by setting max_retries on your consumer:
https://developers.cloudflare.com/queues/configuration/configure-queues/#consumer-worker-configuration
3 replies
CDCloudflare Developers
•Created by scotto on 2/17/2025 in #queues
thanks, any plans to increase those
increasing limits is always on our list 🙂 too soon to provide a timeline here though. curious, what are you using Queues & workers for? how would larger batches help?
8 replies
CDCloudflare Developers
•Created by Pranshu Maheshwari on 2/14/2025 in #queues
Customize queue message retention period...
New-ish 🙂 it's been exposed via the API for a couple of months yes
2 replies
CDCloudflare Developers
•Created by EndiM on 2/13/2025 in #queues
Hello. What would the average queue
no real number! it just depends on how many messages you're reading & writing from the queue at once. a healthy queue = consumers can keep up with the load. So I'd look at the consumer delay metric over the backlog count.
1 replies
CDCloudflare Developers
•Created by Brett Willis on 2/12/2025 in #queues
Feature request: would be nice to be
Interesting: in these scenarios could you route those messages to a separate queue? We're rolling out customized message retention periods on a per-queue basis in the next few days
3 replies
CDCloudflare Developers
•Created by EndiM on 2/6/2025 in #queues
Hello. Is there an issue on the queues
nothing system wide, but it is possible that your consumer entered an unhealthy state - could you share your user ID & queue ID please? (both are safe to share here)
1 replies
CDCloudflare Developers
•Created by pat on 2/2/2025 in #queues
Hey guys, is there any problem with
What are you using Workers & queues for btw?
10 replies
CDCloudflare Developers
•Created by pat on 2/2/2025 in #queues
Hey guys, is there any problem with
Gotcha. that's ok! just don't get stuck in an infinite loop 🙂
10 replies
CDCloudflare Developers
•Created by pat on 2/2/2025 in #queues
Also is there a way to flush a queue? My
coming soon!
1 replies
CDCloudflare Developers
•Created by pat on 2/2/2025 in #queues
Hey guys, is there any problem with
I had a look around and found this thread that says recursion is not recommended. Can anyone please give me some idea as to why?You run the risk of putting your Queue & consumer worker into an infinte loop. Why do you need recursion? retry() would be a better option to put messages back into a queue if you can use that
10 replies
CDCloudflare Developers
•Created by Mitya on 1/30/2025 in #queues
Is there a preferred way to simulate
not at the moment unfortunately. one option is to deploy to a staging environment. It's not as convenient as local development, but realistically if you're building an event driven system across several services, local dev is hard!
4 replies