Retries should be added to all API calls and non-DRM downloads #148
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
I've noticed some "Resource temporarily unavailable" exceptions when making API requests to OF. These and many other intermittent networking exceptions could be resolved by implementing retries (ideally with exponential back-off) to the API service. The same could be done for non-DRM downloads in the download service as well.