jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

Retry upon network failure #146

Closed jmoalves closed 1 year ago

jmoalves commented 2 years ago

We must retry the operation when we experience a network failure. Example: FileUtils.copyWithProgress().

jmoalves commented 2 years ago

Sometimes the FileUtils.copyWithProgress() fail and do NOT retry.

We can find an example in the attached image. image

jmoalves commented 1 year ago

Done