How are request queue writes calculated?
I ran the cheerio scraper on a single page, but the Storage => Request queue tab said
Name
Unnamed
Total
1
Pending
0
Handled
1
Reads
1
Writes
4
Deletes
0
Head item reads
0
Why did it make 4 writes?
2 Replies
Someone will reply to you shortly. In the meantime, this might help:
"Request queue writes" basically means any time you interact with your Request Queue in a way that changes its state. This could be adding a new request, updating an existing one, or anything similar.
You can get more details here: https://blog.apify.com/new-apify-request-queue/