Skip to content

Commit 8913328

Browse files
Apply suggestions from code review
Co-authored-by: Matt Silverlock <[email protected]>
1 parent 5c9197f commit 8913328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/queues/2025-08-19-event-subscriptions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ products:
66
date: 2025-08-19 12:00:00 UTC
77
---
88

9-
[Queues](/queues/) can now subscribe to events from other Cloudflare services (for example, [Workers KV](/kv/), [Workers AI](/workers-ai), [Workers](/workers)), allowing you to build custom workflows, integrations, and logic in response to account activity.
9+
You can now subscribe to events from other Cloudflare services (for example, [Workers KV](/kv/), [Workers AI](/workers-ai), [Workers](/workers)) and consume those events via [Queues](/queues/), allowing you to build custom workflows, integrations, and logic in response to account activity.
1010

1111
![Event subscriptions architecture](~/assets/images/queues/queues-event-subscriptions.png)
1212

13-
Event subscriptions allow you to receive messages when events occur across your Cloudflare account. Cloudflare products can publish structured events to a queue, which you can then consume with [Workers](/workers/) or [HTTP pull consumers](/queues/configuration/pull-consumers/).
13+
Event subscriptions allow you to receive messages when events occur across your Cloudflare account. Cloudflare products can publish structured events to a queue, which you can then consume with [Workers](/workers/) or [pull via HTTP from anywhere](/queues/configuration/pull-consumers/).
1414

1515
To create a subscription, use the dashboard or [Wrangler](/workers/wrangler/commands/#subscription-create):
1616

0 commit comments

Comments
 (0)