fix(core): update
This commit is contained in:
parent
9d3c283859
commit
8178420263
15
markdown/limitations.md
Normal file
15
markdown/limitations.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Limitations
|
||||||
|
|
||||||
|
api.global is deplyoing a few hard limitations on a per account basis:
|
||||||
|
|
||||||
|
* 1 million API requests per hour
|
||||||
|
* 12 million API requests per day
|
||||||
|
|
||||||
|
!!! hint
|
||||||
|
running into one of those limitations will result in a 429 status code with an info of when to try again attached as json payload in the response.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"retryIn": 3600000
|
||||||
|
}
|
||||||
|
```
|
@ -88,5 +88,6 @@ markdown_extensions:
|
|||||||
nav:
|
nav:
|
||||||
- Overview:
|
- Overview:
|
||||||
- Getting Started: index.md
|
- Getting Started: index.md
|
||||||
|
- Limitations: limitations.md
|
||||||
- NodeJS: nodejs.md
|
- NodeJS: nodejs.md
|
||||||
- Support: support.md
|
- Support: support.md
|
||||||
|
Loading…
Reference in New Issue
Block a user