Skip to content

Conversation

@CarmenPopoviciu
Copy link
Contributor

@CarmenPopoviciu CarmenPopoviciu commented Aug 22, 2025

Summary

Update email routing and cron triggers local dev pages to reflect that the local development story is now also supported by the Cloudflare vite plugin.

Screenshots (optional)

Documentation checklist

  • Is there a changelog entry (guidelines)? If you don't add one for something awesome and new (however small) — how will our customers find out? Changelogs are automatically posted to RSS feeds, the Discord, and X.
  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

Update email routing and cron triggers local dev pages to reflect
that the local development story is now also supported by the
Cloudflare vite plugin.
@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/email-routing/ @cloudflare/pcx-technical-writing
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @kodster28, @cloudflare/wrangler, @cloudflare/workers-runtime-1, @cloudflare/wrangler

Copy link
Member

@dario-piotrowicz dario-piotrowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 😄

@CarmenPopoviciu CarmenPopoviciu enabled auto-merge (squash) August 22, 2025 13:47
@CarmenPopoviciu CarmenPopoviciu merged commit 327213e into production Aug 22, 2025
11 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the carmen/cron-email-triggers-vite-plugin branch August 22, 2025 15:29
maxvp pushed a commit that referenced this pull request Aug 24, 2025
)

Update email routing and cron triggers local dev pages to reflect
that the local development story is now also supported by the
Cloudflare vite plugin.
@willowec
Copy link

Worth noting that the default port for wrangler dev (8787) is different than for the cloudflare vite plugin (5173). This caused me a lot of headaches. To actually test a cron job locally on the cloudflare vite plugin, use the correct port:

curl "http://localhost:5173/cdn-cgi/handler/scheduled?cron=*+*+*+*+*"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.