spidermon icon indicating copy to clipboard operation
spidermon copied to clipboard

Scrapy Extension for monitoring spiders execution.

Results 86 spidermon issues
Sort by recently updated
recently updated
newest added

@jesuslosada @rennerocha Hi, Spidermon team! Recently I started to get these errors in my job logs: ``` ====================================================================== ERROR: SendSlackMessageSpiderFinished ---------------------------------------------------------------------- Traceback (most recent call last): File "/app/python/lib/python3.6/site-packages/spidermon/core/actions.py", line 37,...

![image](https://user-images.githubusercontent.com/4921059/63309123-cb140480-c31f-11e9-905a-4399ad21d47e.png) i got error message like this when deployed scrapy project to scrapyd, even when scrapy.cfg is included in the egg file I have deployed a scrapy project to scrapyd,...

Currently, there are monitors for item count validation, checking errors, etc. There is one important monitor that is missing, to monitor whether the data has been exported to FEED_STORAGE or...

Type: Enhancement
Status: In Progress

So I was reading #95 and saw that it might be interesting to improve current default integrations, which I had to do some tweaking on slack's. I was wondering about...

Type: Enhancement

As reported in https://github.com/scrapinghub/spidermon/issues/51#issuecomment-480250235 (I cp message here, since the original is too long) We need to support other non natively jsonifiable types or force specific Python types with jsonschema...

Type: Enhancement

Related to #186. Projects deployed in [Scrapy Cloud](https://scrapinghub.com/scrapy-cloud) overrides `STATS_CLASS` setting by default. To make `LocalStorageStatsHistoryCollector` works correctly, it is necessary to [manually change](https://support.scrapinghub.com/support/solutions/articles/22000200670-customizing-scrapy-settings-in-scrapy-cloud) the Spider settings to use Spidermon's...

Type: Enhancement
needs-help

Related to #126 , we need a better documentation to explain how to define and use custom templates for e-mails, reports, etc. [This action](https://github.com/scrapinghub/spidermon/blob/master/spidermon/contrib/actions/templates.py) contains part of the code that...

Type: Docs

Is it solely to monitor data and pattern after scraping, or can we monitor the database condition?

Type: Enhancement
Type: Question

https://github.com/rtfd/sphinx-autoapi 1. doesn’t run the code, it just parses the files, thus removes any need from installing the package and solves dependencies overhead. 2. doesn’t require you to execute the...

Type: Docs