-
Notifications
You must be signed in to change notification settings - Fork 761
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
Feature: Schedule tasks from http://localhost:8787/cdn-cgi/mf/scheduled #737
Comments
Admittedly we haven't put much work into the dx for scheduled workers in wrangler2, but we definitely want to do this soon. Thanks for filing this issue! |
Currently, I don't know if there is support for doing this in "remote" dev mode. Resolves cloudflare#737
Added support for this in local dev mode via #738 |
@mattbdc could you share how wrangler1 does this? I'm actually not familiar with it and haven't heard so. |
@threepointone We don't have an API to trigger a cron trigger preview using |
Dropped some notes here for how we could potentially support it without runtime support #570 (comment) |
Currently, I don't know if there is support for doing this in "remote" dev mode. Resolves cloudflare#737
Currently, I don't know if there is support for doing this in "remote" dev mode. Resolves cloudflare#737
Sorry I was probably getting confused - exhausted - as I had looked at Wrangler1, Wranger2 via wrlanger@beta with a lower semver than Wranger1, Miniflare ootb, Miniflare with Wrangler 1 config, Miniflare breaking with Wrangler2 config.... And no solid story on what to use and when. Flashbacks to 1password versioning during the transition to unify everything, or finding the right google sku for chat 🤣 Thanks for the addition, I hope it all comes together |
Currently, there is not support for doing this in "remote" dev mode. Resolves #737
What version of
Wrangler
are you using?0.0.24
What operating system are you using?
Linux
Describe the Bug
Would be nice to have support for manually triggering crontab tasks via a curl get request, similar to how wrangler1 (iirc) and miniflare support
https://miniflare.dev/core/scheduled
The text was updated successfully, but these errors were encountered: