Tom de Vries

Results 15 comments of Tom de Vries

Hey Barthez, thanks for reproducing the issue. Interesting to see the response is actually a `404` response. In our setup we recently migrated from Elasticsearch 7.10 to OpenSearch 1.3; this...

I implemented the `MissingHitsInScrollError` when no hits are returned when they are expected. This required me to change the looping behaviour when scrolling; instead of infinitely scrolling we now precalcalculate...

We've been running this PR in production for ~2 weeks and have seen the failure (where we'd previously got stuck in an infinite loop) now successfully raising the `MissingHitsInScrollError`.

Thanks for filing this issue, this helped me a lot. We ran into the same issue. I ended up with upgrading to the following gems: - `aws-sdk-core (3.197.0)` client =...

I don't see the value of adding this to the docs. Also, the site you're linking to says "Personal Homepage Demo" in the title which is not adding to the...