You can now attach cron schedules directly to a Workflow binding in wrangler.jsonc. Each scheduled run creates a new Workflow instance automatically, so you do not need to define a separate Worker with a scheduled handler just to trigger your Workflow on an interval.
For example, you can configure hourly, every-15-minute, or weekday schedules on the same Workflow:
{ "workflows": [ { "name": "my-scheduled-workflow", "binding": "MY_WORKFLOW", "class_name": "MyScheduledWorkflow", "schedules": ["0 * * * *", "*/15 * * * *", "0 9 * * MON-FRI"] } ]}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.
For more information, refer to Trigger Workflows.
Source: Cloudflare
Latest Posts
- (Updated) Introducing Surveys Agent and Copilot Chat in Microsoft Forms [MC1229954]
![(Updated) Introducing Surveys Agent and Copilot Chat in Microsoft Forms [MC1229954] 2 pexels edward jenner 4253062](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Microsoft Teams: New chat sections for muted and meeting chats [MC1269864]
![(Updated) Microsoft Teams: New chat sections for muted and meeting chats [MC1269864] 3 pexels pixabay 208421](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Microsoft Entra ID single sign-on for the Starburst connector in Power BI (Preview)

- Dataverse – Chat and reason over Dataverse business data in Microsoft 365 Copilot (preview) [MC1395644]
![Dataverse - Chat and reason over Dataverse business data in Microsoft 365 Copilot (preview) [MC1395644] 5 socks 1322489 1920](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)

![(Updated) Introducing Surveys Agent and Copilot Chat in Microsoft Forms [MC1229954] 2 pexels edward jenner 4253062](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-edward-jenner-4253062-150x150.webp)
![(Updated) Microsoft Teams: New chat sections for muted and meeting chats [MC1269864] 3 pexels pixabay 208421](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-pixabay-208421-150x150.webp)

![Dataverse - Chat and reason over Dataverse business data in Microsoft 365 Copilot (preview) [MC1395644] 5 socks 1322489 1920](https://mwpro.co.uk/wp-content/uploads/2025/06/socks-1322489_1920-150x150.webp)
