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

Better support for deployment to targets without access to data/stats and RestHeart APIs #165

Open
mirzov opened this issue Oct 24, 2022 · 0 comments

Comments

@mirzov
Copy link
Member

mirzov commented Oct 24, 2022

When deployed to a server without data service and RestHeart, the connection pool, used for reading downloads and preview stats for data objects, gets full according to the error log. This appears to result in timeout exceptions for all the data object landing pages. We need to ensure the connection pool does not get full by configuring the HTTP client behavior to quickly fail after one attempt, and allowing more concurrent requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant