awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesRetry Strategy Interfaces

Interfaces that decouple retry logic from specific delay or wait algorithms.

Distinct from Interface-Based Decoupling: Focuses on the specific application of interface decoupling for retry wait strategies, rather than general class-based decoupling.

Explore 1 awesome GitHub repository matching devops & infrastructure · Retry Strategy Interfaces. Refine with filters or upvote what's useful.

Awesome Retry Strategy Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cenkalti/backoffAvatar de cenkalti

    cenkalti/backoff

    4,021Ver en GitHub↗

    This is a Go library providing a framework for managing repetitive task execution and implementing exponential backoff strategies. It serves as a concurrency tool designed to prevent system overload during failures by retrying operations with increasing delays. The project implements a retry strategy framework that manages attempt limits and timeouts during unstable network or system calls. It specifically provides an implementation of the exponential backoff algorithm to handle failing operations. The library covers reliability patterns for mitigating transient failures and service outages,

    Decouples the retry logic from specific wait algorithms using interfaces to allow custom delay implementations.

    Gogolang
    Ver en GitHub↗4,021
  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Dependency Injection Containers
  5. Package Dependency Decoupling
  6. Interface-Based Decoupling
  7. Retry Strategy Interfaces