-
Notifications
You must be signed in to change notification settings - Fork 11k
[draft] changelog for event subscriptions consumer worker template for Builds #27067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://b82717b5.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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just event subscriptions is fine
src/content/changelog/workers/2025-12-11-builds-event-subscriptions.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-12-11-builds-event-subscriptions.mdx
Outdated
Show resolved
Hide resolved
|
|
||
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/cloudflare/templates ? Or something under cloudflare?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
placeholder link til we get it into templates repo
src/content/changelog/workers/2025-12-11-builds-event-subscriptions.mdx
Outdated
Show resolved
Hide resolved
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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