Queues, Cloudflare’s managed message queue, now exposes realtime backlog metrics via the dashboard, REST API, and JavaScript API. Three new fields are available:
backlog_count— the number of unacknowledged messages in the queuebacklog_bytes— the total size of those messages in bytesoldest_message_timestamp_ms— the timestamp of the oldest unacknowledged message
The following endpoints also now include a metadata.metrics object on the result field after successful message consumption:
/accounts/{account_id}/queues/{queue_id}/messages/pull/accounts/{account_id}/queues/{queue_id}/messages/accounts/{account_id}/queues/{queue_id}/messages/batch
Javascript APIs
Call env.QUEUE.metrics() to get realtime backlog metrics:
const { backlogCount, // number backlogBytes, // number oldestMessageTimestamp, // Date | undefined} = await env.QUEUE.metrics();env.QUEUE.send() and env.QUEUE.sendBatch() also now return a metrics object on the response.
You can also query these fields via the GraphQL Analytics API or view realtime backlog on the dashboard.
For more information, refer to Queues metrics.
Source: Cloudflare
Latest Posts
- Microsoft OneNote: Copilot notebook available in OneNote on Mac [MC1409042]
![Microsoft OneNote: Copilot notebook available in OneNote on Mac [MC1409042] 2 pexels yankrukov 8866797](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Teams: Proximity join support for presenters in Teams events from Teams Rooms on Windows and Android [MC1319213]
![(Updated) Microsoft Teams: Proximity join support for presenters in Teams events from Teams Rooms on Windows and Android [MC1319213] 3 pexels divinetechygirl 1181248](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Teams Town halls: Upload custom backgrounds in Manage what attendees see [MC1307982]
![(Updated) Microsoft Teams Town halls: Upload custom backgrounds in Manage what attendees see [MC1307982] 4 pexels steve 27578992](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Teams: Unblock users to send message while file is uploading in the background [MC1317836]
![(Updated) Microsoft Teams: Unblock users to send message while file is uploading in the background [MC1317836] 5 pexels jeshoots com 147458 451590](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)

![Microsoft OneNote: Copilot notebook available in OneNote on Mac [MC1409042] 2 pexels yankrukov 8866797](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-yankrukov-8866797-150x150.webp)
![(Updated) Microsoft Teams: Proximity join support for presenters in Teams events from Teams Rooms on Windows and Android [MC1319213] 3 pexels divinetechygirl 1181248](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-divinetechygirl-1181248-150x150.webp)
![(Updated) Microsoft Teams Town halls: Upload custom backgrounds in Manage what attendees see [MC1307982] 4 pexels steve 27578992](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-steve-27578992-150x150.webp)
![(Updated) Microsoft Teams: Unblock users to send message while file is uploading in the background [MC1317836] 5 pexels jeshoots com 147458 451590](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-jeshoots-com-147458-451590-150x150.webp)
