Skip to content

feat: Introduce Retry on Netwok Error on Load Web Page #1433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

josharsh
Copy link

The ADK retry decorator provides a mechanism for handling transient failures in network operations, API calls, and other potentially unreliable operations.
It implements exponential backoff with jitter to prevent thundering herd problems and provides flexible configuration options.

This retry decorator will make the entire ADK framework more reliable by:

  • Automatically handling transient network failures
  • Preventing cascading failures with exponential backoff
  • Reducing manual retry code throughout the codebase
  • Providing consistent retry behaviour across all tools

@josharsh josharsh changed the title Introduce Retry on Netwok Error on Load Web PAge feat: Introduce Retry on Netwok Error on Load Web PAge Jun 16, 2025
@josharsh josharsh changed the title feat: Introduce Retry on Netwok Error on Load Web PAge feat: Introduce Retry on Netwok Error on Load Web Page Jun 16, 2025
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.

1 participant