Clarify Cloudflare target deployment and extension footguns #257
elithrar
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While building a real Flue Worker, a few Cloudflare target docs points were easy to misread and led to avoidable backtracking.
dist/<worker>/wrangler.json, not the source-rootwrangler.jsonc.wrangler deploy --dry-run --config dist/<worker>/wrangler.jsonstep before deploy.FLUE_*bindings; users only declare migrations for those classes.scheduleEvery(...)belongs incloudflare = extend(...)instead of a Worker cron handler.run(...)calls from app routes, email handlers, or schedulers when users want workflow run history.Beta Was this translation helpful? Give feedback.
All reactions