Is it there a way to see how many messages are in a queue? I found nothing in the UI or Cloudflare A
Is it there a way to see how many messages are in a queue? I found nothing in the UI or Cloudflare API
max_wait_time_ms I see returned in the API. Is that mapped to max_batch_timeout, or something different?
queue property[[queues.consumers]]
queue = "SOME_QUEUE"
max_batch_size = 100 # optional
max_batch_timeout = 30 # optional
[[queues.consumers]]
queue = "SOME_OTHER_QUEUE"
[[queues.consumers]]
queue = "YET_ANOTHER_QUEUE"