Skip to content

GCP-XXXX: Add Exponential Backoff And Retry Logic#23

Merged
tedkahwaji merged 1 commit into
mainfrom
teddy.kahwaji/gcp-xxxx/retry
Oct 3, 2025
Merged

GCP-XXXX: Add Exponential Backoff And Retry Logic#23
tedkahwaji merged 1 commit into
mainfrom
teddy.kahwaji/gcp-xxxx/retry

Conversation

@tedkahwaji
Copy link
Copy Markdown
Collaborator

@tedkahwaji tedkahwaji commented Oct 3, 2025

Summary

This change adds automatic retry logic with exponential backoff for network requests that fail due to either:

  • 5xx server errors, or
  • DNS resolution failures.

By default, the system will retry up to 3 times, with a base delay of 1 second

@tedkahwaji tedkahwaji requested a review from a team as a code owner October 3, 2025 00:33
@tedkahwaji tedkahwaji requested review from smclaughlin1 and removed request for a team October 3, 2025 00:33
@tedkahwaji tedkahwaji merged commit 854d9cb into main Oct 3, 2025
2 checks passed
@tedkahwaji tedkahwaji deleted the teddy.kahwaji/gcp-xxxx/retry branch October 3, 2025 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants