Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve a large number of instances causes partial WADO requests timeout. #4

Closed
cylien opened this issue Mar 23, 2022 · 1 comment · Fixed by #24
Closed

Retrieve a large number of instances causes partial WADO requests timeout. #4

cylien opened this issue Mar 23, 2022 · 1 comment · Fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@cylien
Copy link
Member

cylien commented Mar 23, 2022

If a study contains many number instances e.g., a CT exam contains more than 1,000 images, sending WADO requests will be time out. It needs to redesign the retrieving mechanism to avoid this situation. For example, mixing asynchronous and synchronous HTTP requests may be a solution to avoid request large number of HTTP requests in a short period. The other method is to re-send a WADO request if a timeout happened.

@cylien cylien added the enhancement New feature or request label Mar 23, 2022
@cylien
Copy link
Member Author

cylien commented Jan 27, 2023

8516372

@cylien cylien closed this as completed Jan 27, 2023
@cylien cylien linked a pull request Mar 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants