scrapinghub / spidermon

Scrapy Extension for monitoring spiders execution.
https://spidermon.readthedocs.io
BSD 3-Clause "New" or "Revised" License
524 stars 94 forks source link

Scrapinghub jobs.list method called with incorrect filter parameter #445

Closed VMRuiz closed 2 months ago

VMRuiz commented 2 months ago

filters=dict(has_tag=tags) if tags else None doesn't do anything, at least in the version of scrapinghub I'm using (2.4.0). has_tag=tags as a parameter by itself, without the filters wrap, does filter the jobs, though I'm not sure if that's backward compatible.

_Originally posted by @curita in https://github.com/scrapinghub/spidermon/pull/444#discussion_r1591016753_