Same problem here, `Consumer Delay` is
Same problem here,
Consumer Delay
is about 32 seconds. My configuration:
Queue ID 2c9ac00a0def47b6bbe32295f79a50cd
AccountId 75d8d68ecf8f9e8155f1ccc7dad82e00

4 Replies
Unknown User•6d ago
Message Not Public
Sign In & Join Server To View
No, my task did not fail, so there is no need for retries. I just triggered the send queue twice in the same request. Will the second one wait for the first one to finish before being consumed?
I have a task that runs for about 60 seconds. While this task is running in batch, I noticed that subsequent tasks remain in a waiting state (Queued messages) until the old one is completed.This means that new tasks may have to wait nearly 60 seconds to start executing, which is unacceptable.
I also found this point in the documentation:
https://developers.cloudflare.com/queues/configuration/consumer-concurrency/#why-are-my-consumers-not-autoscaling
How can I configure it so that new tasks trigger immediately?
Cloudflare Docs
Consumer concurrency · Cloudflare Queues docs
Consumer concurrency allows a consumer Worker processing messages from a queue to automatically scale out horizontally to keep up with the rate that messages are being written to a queue.
Unknown User•16h ago
Message Not Public
Sign In & Join Server To View