Skip to content

Add stats to RequestQueue #1344

@Pijukatel

Description

@Pijukatel

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.t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions