ShawHahnLab / umbra

Python package and executable for Linux for managing Illumina sequencing runs
GNU Affero General Public License v3.0
3 stars 0 forks source link

BoxUploader should have retry feature for upload failure #51

Closed ressy closed 5 years ago

ressy commented 5 years ago

If a network blip causes an upload to fail (e.g. OSError 32, EPIPE) the task fails. Instead BoxUploader should default to a few retries internally for known problems before letting the exception propagate.