[Workflows] Update changelog for cron workflows#31198
Conversation
Review⏸️ Automatic reviews for this PR are paused. This PR has already received 2 automatic reviews. To run another review, a codeowner can comment
✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
3 issues need attention before merge.
- MEDIUM
src/content/changelog/workflows/2026-06-02-cron-workflows.mdx:29: The new code block is labeledjsoncbut contains TypeScript code. Suggested fix posted inline. - MEDIUM
src/content/changelog/workflows/2026-06-02-cron-workflows.mdx:34:WorkflowEvent<Params>references an undefinedParamstype. Suggested fix posted inline. - LOW
src/content/changelog/workflows/2026-06-02-cron-workflows.mdx:27: Spelling. Suggested fix posted inline. - LOW PR description is empty. Add a brief description of the changes.
Note: Per the changelog style guide, Workers JS/TS code examples should use the <TypeScriptExample> component (requires adding import { TypeScriptExample } from "~/components"; after the frontmatter). If you prefer to keep the bare ts fence, ensure the language is ts (not jsonc) and the Params type is defined or removed.
| } | ||
| ``` | ||
|
|
||
| This also allows you to run your cron triggered workloads durably, benefitting from the built-in retries, multi-step durable execution, and configurable timeouts of Workflows. |
There was a problem hiding this comment.
Fix spelling:
| This also allows you to run your cron triggered workloads durably, benefitting from the built-in retries, multi-step durable execution, and configurable timeouts of Workflows. | |
| This also allows you to run your cron triggered workloads durably, benefiting from the built-in retries, multi-step durable execution, and configurable timeouts of Workflows. |
|
Reviewed PR #31198 and posted a review with inline suggestions. What the PR changes: Issues flagged:
Actions taken:
|
|
Preview URL: https://d9ec5d8a.preview.developers.cloudflare.com Files with changes (up to 15) |
| } | ||
| ``` | ||
|
|
||
| This makes it easier to build recurring jobs such as database backups, invoice generation, report aggregation, and cleanup tasks without wiring up a separate Cron Trigger entrypoint. |
There was a problem hiding this comment.
"recurring, scheduled jobs" - so users understand connection to the scheduled() handler
Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com> Co-authored-by: Vy Ton <vy@cloudflare.com>
No description provided.