mirror of https://github.com/dapr/docs.git
Merge pull request #3343 from fernandosmither/patch-1
[Typo] Update cron.md
This commit is contained in:
commit
389523c0f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue