Same problem here, `Consumer Delay` is

Same problem here, Consumer Delay is about 32 seconds. My configuration:
max_batch_size = 1
max_batch_timeout = 0
max_retries = 6
dead_letter_queue = "dead-letter-staging"
max_batch_size = 1
max_batch_timeout = 0
max_retries = 6
dead_letter_queue = "dead-letter-staging"
Queue ID 2c9ac00a0def47b6bbe32295f79a50cd AccountId 75d8d68ecf8f9e8155f1ccc7dad82e00
No description
4 Replies
Unknown User
Unknown User6d ago
Message Not Public
Sign In & Join Server To View
toadfans
toadfansOP6d ago
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?
toadfans
toadfansOP5d ago
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
Unknown User16h ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?