We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4341935 commit 58be5f3Copy full SHA for 58be5f3
daprdocs/content/en/reference/components-reference/supported-bindings/cron.md
@@ -50,7 +50,7 @@ The Dapr cron binding supports following formats:
50
For example:
51
52
* `30 * * * * *` - every 30 seconds
53
-* `0 15 * * * *` - every 15 minutes
+* `0 */15 * * * *` - every 15 minutes
54
* `0 30 3-6,20-23 * * *` - every hour on the half hour in the range 3-6am, 8-11pm
55
* `CRON_TZ=America/New_York 0 30 04 * * *` - every day at 4:30am New York time
56
0 commit comments