Motivation
We often get network failures on export, it would be nice to detect this and retry the export one more time
Pitch
At the point of ``` upload_dicom_and_update_database``, try a second time if there is a network error upon export - as simple as looking fornetwork` (case insensitive) in the exception message?
Alternatives
No response
Additional context
No response
Motivation
We often get network failures on export, it would be nice to detect this and retry the export one more time
Pitch
At the point of ``` upload_dicom_and_update_database
``, try a second time if there is a network error upon export - as simple as looking fornetwork` (case insensitive) in the exception message?Alternatives
No response
Additional context
No response