Hi there, We have a project based on cloudflare workers & queues. We currently have 1 queue with thi
Hi there,
We have a project based on cloudflare workers & queues. We currently have 1 queue with this config ( batch size:50, wait time: 3 sec, msg retries: 1, max concurrency: 10). The workers send batches of messages to the queue and sometimes it gets overloaded thus we expected auto scaling to work, but we've not yet seen auto scaling(concurrency) working there.
For some reason the maximum reference in the metrics graph is 1:
Thanks!
We have a project based on cloudflare workers & queues. We currently have 1 queue with this config ( batch size:50, wait time: 3 sec, msg retries: 1, max concurrency: 10). The workers send batches of messages to the queue and sometimes it gets overloaded thus we expected auto scaling to work, but we've not yet seen auto scaling(concurrency) working there.
For some reason the maximum reference in the metrics graph is 1:
Thanks!


