You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great way to simplify setup for common cases. Supporting something like this would make it easier for folks to get started with TimerTrigger. Getting started templates / examples should probably move to a default here. If someone needs something more advanced, they can switch to use the classic cron expression pattern.
The text was updated successfully, but these errors were encountered:
Noting a requirement specific to Functions - all SKUs should get this. Either the scaling infrastructure will need to update accordingly or something needs to be done in the metadata generation / synctriggers to convert these shortcuts into the right cron expressions
I think we'd just have a shared converter that both the Timer extension and ScaleController use to do these conversions, leaving the actual schedule expression unmodified in the trigger payload/metadata.
Dapr does a nice thing where they support a few alternatives to cron expressions, such as "@daily" or "@every 5m". See https://docs.dapr.io/reference/components-reference/supported-bindings/cron/
This is a great way to simplify setup for common cases. Supporting something like this would make it easier for folks to get started with TimerTrigger. Getting started templates / examples should probably move to a default here. If someone needs something more advanced, they can switch to use the classic cron expression pattern.
The text was updated successfully, but these errors were encountered: