[draft] changelog for event subscriptions consumer worker template for Builds - #27067
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://b9ea932c.preview.developers.cloudflare.com Files with changes (up to 15) |
| date: 2025-12-11 | ||
| --- | ||
|
|
||
| You can now receive notifications when your Workers builds start, succeed, fail, or get cancelled using [Queue Event Subscriptions](/queues/event-subscriptions/). |
There was a problem hiding this comment.
@jonesphillip @mia303 do we want to refer to this as Queue Event Subscriptions or just Event Subscriptions or something else?
https://developers.cloudflare.com/queues/event-subscriptions/
There was a problem hiding this comment.
just event subscriptions is fine
|
|
||
| We've published a template that sends build notifications to Slack: | ||
|
|
||
| [](https://deploy.workers.cloudflare.com/?url=https://github.com/yomna-shousha/workers-builds-queue-subscriptions) |
There was a problem hiding this comment.
https://github.com/cloudflare/templates ? Or something under cloudflare?
There was a problem hiding this comment.
placeholder link til we get it into templates repo
| The template includes: | ||
| - Build status with Preview/Live URLs for successful deployments | ||
| - Inline build logs for failed or cancelled builds | ||
| - Full event payload for debugging |
There was a problem hiding this comment.
Instead of telling — show a screenshot?
| - Inline build logs for failed or cancelled builds | ||
| - Full event payload for debugging | ||
|
|
||
| The `CLOUDFLARE_API_TOKEN` is optional. Notifications work without it, just without the additional URL and log details. |
There was a problem hiding this comment.
I would save for readme?
24640ac to
b82717b
Compare
|
cloudflare/templates#873 |
cloudflare/templates#873
once this is merged, merge this changelog as well
draft changelog for consumer worker template
need to update the links with the original templates repo when it is added