Cron

Event source specifications of Cron.

CronSpec

Belong to EventSourceSpec.

Note

The EventSource generates Dapr Bindings Components for adapting Cron event sources according to the CronSpec, and in principle we try to maintain the consistency of the relevant parameters. For more information, see the Cron binding spec.

FieldDescription
schedule stringRefer to Schedule format for a valid schedule format, for example, @every 15m.

Last modified February 24, 2022: Update Documentation (#40) (dd32030)