awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Retry Policies · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesRetry Policies

Defines mechanisms for automatically retrying failed network requests based on status codes and backoff strategies.

Distinguishing note: Focuses on RPC-specific retry logic rather than generic application-level retries.

Explore 2 awesome GitHub repositories matching networking & communication · Retry Policies. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Retry Policies

Awesome Retry Policies GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • grpc/grpc

    grpc/grpc

    44,386View on GitHub↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    Configures maximum attempts and backoff parameters to improve resilience against transient network failures.

    C++
    44,386View on GitHub↗
  • gofiber/fiber

    gofiber/fiber

    39,238View on GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    The framework retrieves current retry settings to validate how the client handles transient network errors during the execution of outgoing HTTP requests.

    Goexpressexpressjsfast
    39,238View on GitHub↗