-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
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.
Metadata
Metadata
Assignees
Labels
debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.