Missing Parent Request #
, Duration
, and Response Size
fields
#78
Labels
Parent Request #
, Duration
, and Response Size
fields
#78
Currently, the requests coming from
scrapy_zyte_api.providers.ZyteApiProvider
doesn't create the Parent Request # field in Scrapy Cloud.In the example above, Request 1 should have a Parent Request # field which is missing.
Note that when reverting the changes from the PR #73, we get the Parent Request # field back which comes from the other request which is filtered in the new scrapinghub-entrypoint-scrapy version.
It would seem that after filtering out one of the duplicate requests, the
request.meta.setdefault(HS_PARENT_ID_KEY)
should somehow be copied into the other request (code ref).Reproducible example:
The text was updated successfully, but these errors were encountered: