Queues , Cloudflare's managed message queue, now exposes realtime backlog metrics via the dashboard, REST API, and JavaScript API. Three new fields are available: backlogcount — the number of unacknowledged messages in the queue backlogbytes — the total size of those messages in bytes oldestmessagetimestampms — the...
Queues - Realtime backlog metrics now available for Queues
Cloudflare Developer Platform Changelog · 2026-04-28
Related items
Queues - Cloudflare Queues now available on Workers Free plan
Cloudflare Queues is now part of the Workers free plan, offering guaranteed message delivery across up to 10,000 queues to either Cloudflare Workers or HTTP pull consumers . Every Cloudflare account now includes 10,000 operations per day across reads, writes, and deletes. For more details on how each operation is de...
Browser Run - Playwright for Browser Rendering now available
We're excited to share that you can now use Playwright's browser automation capabilities from Cloudflare Workers . Playwright is an open-source package developed by Microsoft that can do browser automation tasks; it's commonly used to write software tests, debug applications, create screenshots, and crawl pages. Lik...
Privacy Proxy - Privacy Proxy metrics now available via GraphQL Analytics API
Privacy Proxy metrics are now queryable through Cloudflare's GraphQL Analytics API , the new default method for accessing Privacy Proxy observability data. All metrics are available through a single endpoint: curl https://api.cloudflare.com/client/v4/graphql \ --header "Authorization: Bearer APITOKEN" \ --header "Co...
Workers - Deploy Hooks are now available for Workers Builds
Workers Builds now supports Deploy Hooks — trigger builds from your headless CMS, a Cron Trigger, a Slack bot, or any system that can send an HTTP request. Each Deploy Hook is a unique URL tied to a specific branch. Send it a POST and your Worker builds and deploys. curl -X POST "https://api.cloudflare.com/client/v4...
Containers - Custom container instance types now available for all users
Custom instance types are now enabled for all Cloudflare Containers users. You can now specify specific vCPU, memory, and disk amounts, rather than being limited to pre-defined instance types . Previously, only select Enterprise customers were able to customize their instance type. To use a custom instance type, spe...
Pipelines, R2, Workers - Cloudflare Pipelines now available in beta
Cloudflare Pipelines is now available in beta, to all users with a Workers Paid plan. Pipelines let you ingest high volumes of real time data, without managing the underlying infrastructure. A single pipeline can ingest up to 100 MB of data per second, via HTTP or from a Worker . Ingested data is automatically batch...