blobmanager: Implement a retry strategy
Definition of done:
- BlobsManager's sync is able to retry upload/download on network failures.
- Time between retries increases up to a threshold of 1 minute.
Example: immediate retry, wait 10s, retry, wait 20s, retry, wait 30s, retry, {wait 1 minute, retry}...
Edited by Victor