You can now receive event notifications for Artifacts repository changes and consume them from a Worker to build commit-driven automation. This allows you to: Run custom workflows when a repository is created or imported Kick off a build and deploy a change when an agent pushes to a repo Trigger a review agent on ev...
Artifacts, Queues - Event subscriptions for Artifacts lifecycle events
Cloudflare Developer Platform Changelog · 2026-05-19
Related items
Queues - Subscribe to events from Cloudflare services with Queues
You can now subscribe to events from other Cloudflare services (for example, Workers KV , Workers AI , Workers ) and consume those events via Queues , allowing you to build custom workflows, integrations, and logic in response to account activity. Event subscriptions allow you to receive messages when events occur a...
Queues - Increased limits for Queues pull consumers
Queues pull consumers can now pull and acknowledge up to 5,000 messages / second per queue . Previously, pull consumers were rate limited to 1,200 requests / 5 minutes, aggregated across all queues. Pull consumers allow you to consume messages over HTTP from any environment—including outside of Cloudflare Workers ....
Queues - New Pause & Purge APIs for Queues
Queues now supports the ability to pause message delivery and/or purge (delete) messages on a queue. These operations can be useful when: Your consumer has a bug or downtime, and you want to temporarily stop messages from being processed while you fix the bug You have pushed invalid messages to a queue due to a code...
AI-powered event response for Amazon EKS
In this post, you'll learn how AWS DevOps Agent integrates with your existing observability stack to provide intelligent, automated responses to system events.
Stream - Expanded language support for Stream AI Generated Captions
Stream's generated captions leverage Workers AI to automatically transcribe audio and provide captions to the player experience. We have added support for these languages: cs - Czech nl - Dutch fr - French de - German it - Italian ja - Japanese ko - Korean pl - Polish pt - Portuguese ru - Russian es - Spanish For mo...
Queues - Realtime backlog metrics now available for Queues
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...