Skip to content

Commit

Permalink
Don't enable PeriodicItemCountMonitorSuite.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Sep 12, 2024
1 parent 2d0ea4c commit 3525ca8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zyte_spider_templates_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
"Product/name": 1.0,
"Product/metadata": 1.0,
}
SPIDERMON_ITEM_COUNT_INCREASE = 1 # At least 1 item every 5 minutes
SPIDERMON_PERIODIC_MONITORS = {
'spidermon.contrib.scrapy.monitors.PeriodicItemCountMonitorSuite': 500,
}
SPIDERMON_UNWANTED_HTTP_CODES = {
400: {"max_percentage": 0.3},
500: {"max_percentage": 0.2},
Expand Down

0 comments on commit 3525ca8

Please sign in to comment.