mirror of https://github.com/dapr/docs.git
docs: bindings.cron every 15m (#4605)
Signed-off-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com> Co-authored-by: Mark Fussell <markfussell@gmail.com> Co-authored-by: Cassie Coyle <cassie@diagrid.io>
This commit is contained in:
parent
4341935c3a
commit
58be5f36ce
|
@ -50,7 +50,7 @@ The Dapr cron binding supports following formats:
|
|||
For example:
|
||||
|
||||
* `30 * * * * *` - every 30 seconds
|
||||
* `0 15 * * * *` - every 15 minutes
|
||||
* `0 */15 * * * *` - every 15 minutes
|
||||
* `0 30 3-6,20-23 * * *` - every hour on the half hour in the range 3-6am, 8-11pm
|
||||
* `CRON_TZ=America/New_York 0 30 04 * * *` - every day at 4:30am New York time
|
||||
|
||||
|
|
Loading…
Reference in New Issue