Open
Description
More than once I needed to get the stats of a job using scrapinghub
library, but it is not well documented that I can find this information using job.metadata.get("scrapystats")
(the information is there but it took a while for me to figure out how to get the job stats).
As this seems (at least for my latest usages of the library), something that it is used frequently, what do you think to include a new property in Job
to return the dictionary with the job stats (similar to items.Items.stats()).