awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesResilient Application Patterns

Application-level patterns that use automatic retries to handle intermittent failures in logic.

Distinct from Resilient Infrastructure: Distinct from resilient infrastructure: focuses on the programmatic logic of retrying functions rather than system-wide availability architectures.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Resilient Application Patterns. Refine with filters or upvote what's useful.

Awesome Resilient Application Patterns GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jd/tenacityjd का अवतार

    jd/tenacity

    8,375GitHub पर देखें↗

    Tenacity is a Python retry library and fault tolerance framework designed to automatically re-execute failing functions based on custom conditions, wait intervals, and stop criteria. It provides a mechanism to apply retry logic to both synchronous functions and asynchronous coroutines. The library implements exponential backoff to increase delays between retries, helping to manage transient network failures and prevent the overloading of services. Its capabilities cover the definition of retry conditions based on exception types or return values, as well as the enforcement of duration limits

    Handles intermittent failures in code by automatically retrying functions until they succeed or a limit is reached.

    Pythonfailurehacktoberfestpython
    GitHub पर देखें↗8,375
  • deis/deisdeis का अवतार

    deis/deis

    5,999GitHub पर देखें↗

    Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th

    Optimizes application performance and increases workload productivity across cloud and edge environments.

    Pythoncontainerscoreosdeis-paas
    GitHub पर देखें↗5,999
  • zio/ziozio का अवतार

    zio/zio

    4,347GitHub पर देखें↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    Provides application-level patterns that use automatic retries to handle intermittent failures in logic.

    Scalaasynchronicityasynchronousasynchronous-programming
    GitHub पर देखें↗4,347
  1. Home
  2. DevOps & Infrastructure
  3. Resilient Infrastructure
  4. Resilient Application Patterns