-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.4.2
-
Fix Version/s: 5.2.0
-
Component/s: Remote client
-
Release Notes Summary:Improved Large File Upload via S3
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.2.20
-
Story Points:2
Situation
When asking for a batchId, it will have a TTL of 1 hour. If no call are made to that batchId within 1 hour, it will be removed. This is a critical issue when uploading large files via S3 for instance, where the batchId TTL is never updated because the app talks directly to S3 and not to Nuxeo while uploading chunks.
Solution
Poll for the batchId every hour (or 55 minutes exactly) to prevent its removal from the transient store.
It is what is done on Web UI side: ping the batchId every hour.
- Is referenced in