Currently, the web scraper associated with the API event scrape classes cannot retry an event. If there's an intermittent error (as there often is), then this makes the scrape fail. This PR makes the number of retries settable as a class attribute and sets it to 3 by default.
Currently, the web scraper associated with the API event scrape classes cannot retry an event. If there's an intermittent error (as there often is), then this makes the scrape fail. This PR makes the number of retries settable as a class attribute and sets it to 3 by default.