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

test pull request for github actions #29

Closed rwinterschlaf closed 1 year ago

rwinterschlaf commented 1 year ago

an already commented out line was deleted, so nothing substantial has been changed about the code

rwinterschlaf commented 1 year ago

Error in the failed test seems weird but mostly unsubstantial, as the test passed in the other workflow.

FlxVctr commented 1 year ago

Looks like a timeout. You should catch that exception with a retry. If several retries (after exceeding timeframes) fail, you might want it to raise an error (and further down the road maybe write an email, but next months problem)

rwinterschlaf commented 1 year ago

Retry was successful, thanks for the tip there :)