bumpy-activity-74405
03/28/2023, 10:04 AMv0.9.6.1. Having issues with the download csv feature when trying to download ~5k datasets. It's my understanding that it tries to batch these queries in chunks of 1000, but each chunk takes longer and longer until I get a timeout error in gms:
09:50:18.820 [qtp71399214-1199] WARN o.s.w.s.m.s.DefaultHandlerExceptionResolver:208 - Resolved [org.springframework.web.context.request.async.AsyncRequestTimeoutException]
I am getting similar results when trying to run a graphql query - if I set the count to 10000 (everything in one chunk) it times out. If I try to batch my queries using offsets (start/count) I can observe that with increasing offsets I also get increasing query run times which eventually time out when reaching 30s. Is there something that I could do about this - increase timeout somehow or should I somehow scale elasticsearch?bumpy-activity-74405
03/30/2023, 1:03 PMv0.10.1 and it works fine.happy-easter-36246
03/30/2023, 1:13 PMastonishing-answer-96712
04/03/2023, 7:37 PM