Laixer / Swabbr-Android

Swabbr Android application
2 stars 0 forks source link

Refactor uploading process #153

Closed tabeckers closed 3 years ago

tabeckers commented 3 years ago

It can happen that the blob storage to which we want to upload a recorded vlog is unavailable. At the moment this happens to be the case quite often with DigitalOcean's Spaces. Regardless of which blob storage we use, this process should be bulletproof.

Current uploading process:

When any of these calls fail, the entire process is simply cancelled and the vlog is "lost".