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

[IDC] Hitting the MPR button launches way too many requests simultaneously #1957

Closed
JamesAPetts opened this issue Aug 5, 2020 · 0 comments
Closed
Labels
IDC:priority Items that the Imaging Data Commons wants to help sponsor

Comments

@JamesAPetts
Copy link
Member

We are launching all requests at the same time, which is severely hurting the IDC platform's auto-scaling:
https://github.com/OHIF/react-vtkjs-viewport/blob/master/src/lib/loadImageData.js#L19

We should instead use a request pool manager to only send a small number of requests (~5 at a time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDC:priority Items that the Imaging Data Commons wants to help sponsor
Projects
None yet
Development

No branches or pull requests

1 participant