ImagingDataCommons / ThrottleProxy

(CORE REPO)
Apache License 2.0
2 stars 0 forks source link

Don't autoscale on number of requests #38

Closed pieper closed 3 years ago

pieper commented 3 years ago

Related to https://github.com/ImagingDataCommons/IDC-WebApp/issues/307, it seems that the autoscaling is introducing a time lag on some requests.

According to the app engine docs we can autoscale on CPU and latency which may provide better performance.

After discussion with the OHIF team, @swederik suggested this change.

pieper commented 3 years ago

@wlongabaugh we can discuss tomorrow if you want. One idea would be to set up some different proxies with different configs to see what works best.

pieper commented 3 years ago

Then maybe we can make it a lot higher.

wlongabaugh commented 3 years ago

Closing this because we want to go higher, not lower. Will investigate this option post-MVP.