Skip to content

Commit 58be5f3

Browse files
jfreelandmsfussellcicoyle
authored
docs: bindings.cron every 15m (#4605)
Signed-off-by: Joey Freeland <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
1 parent 4341935 commit 58be5f3

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/reference/components-reference/supported-bindings

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/components-reference/supported-bindings/cron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Dapr cron binding supports following formats:
5050
For example:
5151

5252
* `30 * * * * *` - every 30 seconds
53-
* `0 15 * * * *` - every 15 minutes
53+
* `0 */15 * * * *` - every 15 minutes
5454
* `0 30 3-6,20-23 * * *` - every hour on the half hour in the range 3-6am, 8-11pm
5555
* `CRON_TZ=America/New_York 0 30 04 * * *` - every day at 4:30am New York time
5656

0 commit comments

Comments
 (0)