retry/recovery network failed requests #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The app makes a lot of network calls to the osm api, failures shouldn't cause the flow to be stuck, need to implement a retry logic and see where it makes sense to log a warning and try to recover on next run rather than panic over
would be nice to make the network crate automatically retry or something like that