Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.9.9
Description
Cloud requests could fail due to network issues or by thread interrupts. For example, a merge operation could fail when deleting the mask file fails due network issue.
In all cases, cloud requests should be retried on network issues. For interrupts, certain operations should ignore such interruptions and proceed (e.g., interrupting a delete operation).