Currently the batch_add_requests method of RequestQueueClient(Async) is doing some retries based on the status code response, this seems to duplicate retries already happening in HttpClient, that is already retrying the requests as well.
The retries in RequestQueueClient(Async) seems unnecessary.
Currently the
batch_add_requestsmethod ofRequestQueueClient(Async)is doing some retries based on the status code response, this seems to duplicate retries already happening inHttpClient, that is already retrying the requests as well.The retries in
RequestQueueClient(Async)seems unnecessary.