-
Notifications
You must be signed in to change notification settings - Fork 735
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
fix: add support for cron triggers in dev --local
mode
#738
fix: add support for cron triggers in dev --local
mode
#738
Conversation
🦋 Changeset detectedLatest commit: f8b3356 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/2073353686/npm-package-wrangler-738 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/738/npm-package-wrangler-738 Or you can use npx https://prerelease-registry.developers.workers.dev/runs/2073353686/npm-package-wrangler-738 dev path/to/script.js |
Happy to merge this, but registering some caveats/concerns for when we revisit this later -
Let's land this right now, and discuss further in #570. |
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.
LGTM! one formatting nit, but let's land it.
main = "src/index.js" | ||
|
||
[triggers] | ||
crons = ["1 * * * *"] |
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.
crons = ["1 * * * *"] | |
crons = ["1 * * * *"] | |
1592f42
to
4424250
Compare
Currently, I don't know if there is support for doing this in "remote" dev mode. Resolves cloudflare#737
4424250
to
f8b3356
Compare
sorry for the conflict, rebased this for you! |
Currently, I don't know if there is support for doing this in "remote" dev mode.
Resolves #737