-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1.4
-
Fix Version/s: 4.4.5
-
Component/s: Remote client
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.2.3
-
Story Points:3
Improvement 1
EDIT: we had issues impacting the FM call, but it was not a timeout one. So keeping as-is as it works fine for now.
When completing an upload, the FileManager call is done with a big timeout (21,600 seconds). It is so to handle big files.
Let's see what can be done to get rid of that huge timeout.
Improvement 2
If an error happens at the call to the FileManager, Drive will retry 60 seconds later. But then, as the batchId was used once, it has been automatically deleted: so a new upload will start from ground.
The remote client should make use of the X-Batch-No-Drop header to prevent the batchId purgation after its first use. And a manually cleanup should be done only when the upload is fully done.
- is related to
-
NXDRIVE-2397 Small improvement for non-chunked uploads
- Resolved
-
NXDRIVE-2291 Asynchronous upload completion
- Reopened
-
NXDRIVE-2325 Save the upload state when it is completed on the server
- Resolved
- Is referenced in