Leibniz-HBI / newsfeedback

Tool for extracting and saving news article metadata (and optionally content) at regular intervals.
MIT License
3 stars 0 forks source link

Adjustments to minimize issues caused by timeouts at start #43

Closed rwinterschlaf closed 1 year ago

rwinterschlaf commented 1 year ago

before, ListIndexErrors would terminate the tool runtime - hopefully, this will no longer be the case. Nonetheless, this underlines the need for an email notification feature in the case that data collection is, in fact, disrupted by a consent button error.

FlxVctr commented 1 year ago

To test behvaviour in case of those kind of errors, I'd again recommend you to look into mocking them. Gives more certainty that the issue is actually fixed for good.