Skip to content

Commit

Permalink
Update retries.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Aug 30, 2024
1 parent f6aedf3 commit 48fe7d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gax/src/normalCalls/retries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export function retryable(
}
let retries = 0;
const maxRetries = retry.backoffSettings.maxRetries!;
// let lastTwoErrors = [];
// TODO: define A/B testing values for retry behaviors.

/** Repeat the API call as long as necessary. */
Expand Down

0 comments on commit 48fe7d5

Please sign in to comment.