-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Minor
-
Issue Summary
Due to the slowdown during import of the object with massive amount of user references (>1000). Progress polling will result in an error which silently stops the import progress from updating in front end.
Steps to Reproduce
- Have a csv import with an object that has over 1000 user references
- Import and see that the progress will be stuck on that one object and never update
- Check in Progress Result and observe that the import will actually successfully complete but progress UI still stuck at importing with no polling request occurring in background any more
Expected Results
UI continues to display progress or display error/success when import completes.
Actual Results
Import silently complete after UI fails to update progress and only by checking Import result tab that user will know import has finished.
Below is the error response found in the final timed out polling:
{ "errorMessages": ["Something went wrong. Contact administrator"], "errors": {} }
Workaround
When progress becomes stuck, it is possible to check in import result to confirm whether the import has successfully completed in the background or not.
User can also check in browser's network tab to verify whether progress polling is still happening by looking for GET calls to URL with the following in its path /progress/category/imports/
- is related to
-
JSDCLOUD-11310 Speed up object import when object have massive amount of user references
- Closed
- mentioned in
-
Page Loading...