respond with 429 if server cannot process new cursor request any more
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.