-
Notifications
You must be signed in to change notification settings - Fork 439
Closed
apify/apify-sdk-python
#574Labels
enhancementNew feature or request.New feature or request.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
The Apify RequestQueueClient.get can return a stats dictionary related to the usage of the request queue, for example:
{'readCount': 0, 'writeCount': 1, 'deleteCount': 0, 'headItemReadCount': 0, 'storageBytes': 74}
Expose it in the ApifyRequestQueueClient
.
One way could be to add it to the metadata in crawlee
like this RequestQueueMetadata and populate such value in all clients
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request.New feature or request.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.