-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
I have a spider configured with spidermon, if I run it with "scrapy crawl spider_name" I get the stats from my monitors. But If I try to start the scrap from scrapyrt, spidermon or the monitors are not even started. Do you know a possible cause?
All I added was as mentioned in spidermon guide in settings.py:
SPIDERMON_ENABLED = True
EXTENSIONS = {
'spidermon.contrib.scrapy.extensions.Spidermon': 500,
}
SPIDERMON_SPIDER_CLOSE_MONITORS = (
'tutorial.monitors.SpiderCloseMonitorSuite',
)
https://spidermon.readthedocs.io/en/latest/getting-started.html
Metadata
Metadata
Assignees
Labels
No labels