Skip to content

Commit 21c0684

Browse files
authored
Update README.md
1 parent c007b7d commit 21c0684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ heartbeats:
198198
events: true # send alert when the event occurs
199199

200200
```
201+
#### Async Uploads
201202
If you are working with large YAML files (300+ monitors), you may hit timeouts when trying to sync monitors in a single http request. This workload to be processed asynchronously by adding the key `async: true` to the config file. The request will immediately return a `batch_key`. If a `webhook_url` parameter is included, Cronitor will POST to that URL with the results of the background processing and will include the `batch_key` matching the one returned in the initial response.
202203

203204
### Monitor.put

0 commit comments

Comments
 (0)