You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: