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
This happens when exporting large files where each requests takes several minutes to complete. Then, the pooled HTTP connections become stale and the HttpComponents library seems to be able to handle it. The solution for now is to avoid the reuse of connections. A better solution would apparently be to switch the HTTP library, e.g. to OkHttp.
The text was updated successfully, but these errors were encountered:
This happens when exporting large files where each requests takes several minutes to complete. Then, the pooled HTTP connections become stale and the HttpComponents library seems to be able to handle it. The solution for now is to avoid the reuse of connections. A better solution would apparently be to switch the HTTP library, e.g. to OkHttp.
The text was updated successfully, but these errors were encountered: