Cron

Event source specification of Cron

CronSpec

Belong to EventSourceSpec

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. You can get more information by visiting the Cron binding spec.

Field Description
schedule string Refer to Schedule format for a valid schedule format, e.g. @every 15m

Last modified August 31, 2021: Update docs (ab70662)