Skip to content

Cope with failing feeds

Mathieu Agopian requested to merge cope-with-failing-feeds into master

There was a merge resquest !6 (merged) that was merged some time ago, but the syncing problem resurfaced: the requests library isn't used anymore (see 6b64d033), and has been replaced by httpx.

I've reworked the merge request to store the "failed sync datetime" in the Feed model, making this information available to the frontend to be displayed to the users.

Merge request reports