Open maurodoglio opened 11 years ago
We can probably use http://getsentry.com to accomplish this.
[scrapy-sentry](https://github.com/llonchj/scrapy-sentry scrapy-sentry) could help with this, at least to log failures in the scraper. This refers in part to issue #52
If the system falls over, or stops running, it needs to send an email to a canned list of people. Perhaps a simple daemon that is not part of django that runs on the system and checks the last time something was added to the database or that checks the error log and sends out an email if nothing has been added or if it detects an error.