-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Open
Copy link
Labels
kind/choreRoutine task or minor maintenance work that doesn't introduce new features or functionalityRoutine task or minor maintenance work that doesn't introduce new features or functionalitykind/featureA distinct functionality or enhancement added to a product to provide specific value to usersA distinct functionality or enhancement added to a product to provide specific value to userskind/user-storyUsed for issues that describes functionality for our users.Used for issues that describes functionality for our users.
Description
Description
We're seeing an issue where organizations with a huge number of files are having their requests time out because we are retrieving 9000 file Ids and then sequentially retrieving each file's metadata.
This usecase was not really expected during development.
To fix this, we are implementing a new GetFileOverview endpoint in the Legacy service that receives a list of fileIds and then retrieves them all from the database.
Additional Information
No response
Tasks
Create a new Post request on the legacy endpoint that retrieves all overviews for fileids submitted in body.
Acceptance Criterias
No response
Metadata
Metadata
Assignees
Labels
kind/choreRoutine task or minor maintenance work that doesn't introduce new features or functionalityRoutine task or minor maintenance work that doesn't introduce new features or functionalitykind/featureA distinct functionality or enhancement added to a product to provide specific value to usersA distinct functionality or enhancement added to a product to provide specific value to userskind/user-storyUsed for issues that describes functionality for our users.Used for issues that describes functionality for our users.
Type
Projects
Status
✅ Done