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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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