jacky
jacky
CDCloudflare Developers
Created by jacky on 1/9/2025 in #queues
guys i got over an hour of consumer
Yep, can confirm we never set max_concurrency. Our consumer is just a worker API that can run for hours and shouldn't have any blocking. We're moving to a different queue service now, but I still want to figure out what caused this so we can make better use of Cloudflare's edge later.
6 replies
CDCloudflare Developers
Created by jacky on 1/9/2025 in #queues
guys i got over an hour of consumer
@Pranshu Maheshwari Thanks for the explanation, but I'm a bit confused about the concurrency behavior. According to the docs, the queue should automatically scale up concurrency, but I'm seeing that it never exceeds 2 in the dashboard. Shouldn't the consumer be able to process messages in parallel to handle the backlog, especially when there's a burst of messages? Is there something specific I need to configure to enable higher concurrency, or could there be something limiting the parallel processing?
6 replies