Skip to content

respond with 429 if server cannot process new cursor request any more

Neelesh Thakur requested to merge too-many-cursor into master

Elastic 7 onwards, server responds with error code 500 if there are too many scroll requests. MR convert this to 429 response.

Also log suppressed Elasticsearch exceptions to capture root cause for Elasticsearch's request failure in logs.

Merge request reports