I know metics is still WIP, but is there an API or something to see how many messages are left in qu
I know metics is still WIP, but is there an API or something to see how many messages are left in queue?
YOUR_BINDING.send() or SOME_OTHER_BINDING.sendBatch() as needed - https://developers.cloudflare.com/queues/configuration/#producer





# Beta. Queue backlog data with adaptive sampling. Queues that are not being written to, or read from, will not return data, even if they have a backlog.queue handlers have exactly the same limits (cpu time etc) as a fetch handler would have in the same worker? More time for unbound vs bunded - or do they behave differently like DOenv.YOUR_BINDING_NAME.send() (and passing in env as an arg?). Posting your code would help to confirmObject.keys(env) and paste the output? DM me if you prefer.YOUR_BINDING.send()SOME_OTHER_BINDING.sendBatch()# Beta. Queue backlog data with adaptive sampling. Queues that are not being written to, or read from, will not return data, even if they have a backlog.env.YOUR_BINDING_NAME.send()Object.keys(env)