Results 92 issues of Renne Rocha

`jsonschema` latest version removed `jsonschema.compat` module. [According to its author]([https://github.com/Julian/jsonschema/issues/843#issuecomment-931247200), this module was intended to be private and not used by external users. We are using this module in some...

When sending a [Slack message](https://github.com/scrapinghub/spidermon/blob/master/spidermon/contrib/actions/slack/__init__.py#L111) we don't have an easy way to provide extra arguments to [postMessage](https://api.slack.com/methods/chat.postMessage) method (`mrkdwn` or `thread_ts` for example). It would be good to be able...

Type: Enhancement
needs-help

Add a new optional setting to Amazon SES E-mail action that allows the user to specify an email address that will process any bounces that occur in the e-mails sent....

Type: Enhancement

This came from a real use case: `FieldCoverageMonitor` requires that we have at least one item returned, or else it will fail. However there are situation when we allow a...

There is already an old open PR for this action: https://github.com/scrapinghub/spidermon/pull/204 Currently we only have the option to send e-mail reports using Amazon SES. If we want to use a...

This monitor is more useful when we are running the spider in [Scrapy Cloud](https://www.zyte.com/scrapy-cloud/). The objective is to compare the number of extracted items in current job with the number...

new-built-in-monitor

Validate maximum amount of `downloader/response_status_count/XXX` for failed responses (4xx or 5xx responses) in general. Maybe have two configurations, one for client errors (4xx) and other for server errors (5xx). If...

new-built-in-monitor

Make more clear in the docs https://spidermon.readthedocs.io/en/latest/actions/sentry-action.html that to enable Sentry in your monitoring, you need to create a MonitorSuite that uses SentryMessage action, or else Sentry will not receive...

Type: Docs

Continue work started on https://github.com/scrapinghub/spidermon/pull/133

Type: Docs

This feature is not tested: https://github.com/scrapinghub/spidermon/blob/master/spidermon/python/factory.py#L12

Status: Available