We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rate_limit_errors
get_rate_limit_errors
1 parent 6a10710 commit 5732a5aCopy full SHA for 5732a5a
src/apify/apify_storage_client/_apify_storage_client.py
@@ -67,6 +67,6 @@ def request_queues(self) -> RequestQueueCollectionClient:
67
async def purge_on_start(self) -> None:
68
pass
69
70
- @property
71
- def rate_limit_errors(self) -> dict[int, int]:
+ @override
+ def get_rate_limit_errors(self) -> dict[int, int]: # type: ignore[misc]
72
return self._apify_client.stats.rate_limit_errors
0 commit comments