-
Notifications
You must be signed in to change notification settings - Fork 334
Mini RFC: Cron Triggers #1574
Comments
cc: @ashleymichal |
Since webpack doesn't allow emitting JavaScript modules syntax yet we should probably restrict to type javascript only |
We still support the original |
My scheduled worker doesn't need Thus: |
Yeah, part of this work will be making multiple target deployments possible instead of exclusively zoned or zoneless. |
Currently the dashboard indicates
However if I understand this issue correctly, this is not yet supported by Do you have an estimate when this will be possible? (and maybe change the dashboard hint in the meantime...) |
@oliverpool I'm working full time on it, so it should be a PR sometime this week. You're also right that the dash is incorrect and I've submitted changes to remove that. |
Cron triggers are out, but there isn't a way to configure them from wrangler. To support cron triggers, I propose we add a new
triggers
table with acrons
field as an array of strings.Example
The text was updated successfully, but these errors were encountered: