shruggr / bottle-upload

7 stars 5 forks source link

Upload process must survive broadcast endpoint timeout #2

Closed derekm closed 5 years ago

derekm commented 5 years ago

If the broadcast endpoint times-out, the upload tool jumps straight to the end and erroneously displays the b:// and d:// URLs.

The upload process should reliably resume the upload wherever it left off using retries and possible user interaction.

shruggr commented 5 years ago

I have updated such that the broadcast queue is show to users, and the status will be updated in the case of an error, which will allow the user to rebroadcast any failed transactions.