You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default per-resource rate limit is _30 requests per second per resource_, which in this context means a single Actor, a single Actor run, a single dataset, single key-value store etc.
401
+
The default per-resource rate limit is _60 requests per second per resource_, which in this context means a single Actor, a single Actor run, a single dataset, single key-value store etc.
402
402
The default rate limit is applied to every API endpoint except a few select ones, which have higher rate limits.
403
403
Each API endpoint returns its rate limit in `X-RateLimit-Limit` header.
404
404
405
-
These endpoints have a rate limit of _100 requests per second per resource_:
405
+
These endpoints have a rate limit of _200 requests per second per resource_:
> API data push to a dataset is capped at _200 requests per second_ to avoid overloading our servers.
96
+
> API data push to a dataset is capped at _400 requests per second_ to avoid overloading our servers.
97
97
98
98
Example payload:
99
99
@@ -450,8 +450,8 @@ See the [Storage overview](/platform/storage/usage#sharing-storages-between-runs
450
450
451
451
### Rate limiting
452
452
453
-
The rate limit for pushing data to a dataset through the [API](/api/v2/dataset-items-post) is capped at _200 requests per second_ for each dataset, a measure to prevent overloading Apify servers.
453
+
The rate limit for pushing data to a dataset through the [API](/api/v2/dataset-items-post) is capped at _400 requests per second_ for each dataset, a measure to prevent overloading Apify servers.
454
454
455
-
For all other dataset [API endpoints](/api/v2/storage-datasets) , the rate limit is _30 requests per second_ for each dataset.
455
+
For all other dataset [API endpoints](/api/v2/storage-datasets) , the rate limit is _60 requests per second_ for each dataset.
456
456
457
457
Check out the [API documentation](/api/v2#rate-limiting) for more information and guidance on actions to take if you exceed these rate limits.
Copy file name to clipboardExpand all lines: sources/platform/storage/usage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Use this tool to estimate storage costs by plan and storage type.
107
107
108
108
## Rate limiting
109
109
110
-
All API endpoints limit their rate of requests to protect Apify servers from overloading. The default rate limit for storage objects is _30 requests per second_. However, there are exceptions limited to _200 requests per second_ per storage object, including:
110
+
All API endpoints limit their rate of requests to protect Apify servers from overloading. The default rate limit for storage objects is _60 requests per second_. However, there are exceptions limited to _400 requests per second_ per storage object, including:
111
111
112
112
*[Push items](/api/v2/dataset-items-post) to dataset.
0 commit comments