From 417e9e1dc55dff6eb42e660a7f5450d8236e9d3b Mon Sep 17 00:00:00 2001 From: Fernando <66154723+fernandosmither@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:41:29 -0400 Subject: [PATCH] Update cron.md Signed-off-by: Fernando <66154723+fernandosmither@users.noreply.github.com> --- .../reference/components-reference/supported-bindings/cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md index c4e49a1f5..ace35d104 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md @@ -69,7 +69,7 @@ app.post('/scheduled', async function(req, res){ }); ``` -When running this code, note that the `/scheduled` endpoint is called every five minutes by the Dapr sidecar. +When running this code, note that the `/scheduled` endpoint is called every fifteen minutes by the Dapr sidecar. ## Binding support