awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCommand Execution Retries

Logic for automatically re-running failed shell commands to handle transient errors.

Distinct from Transaction Retry Logic: Shortlist candidates focus on API requests or database transactions; this is for general shell command retry logic in build scripts.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Command Execution Retries. Refine with filters or upvote what's useful.

Awesome Command Execution Retries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • travis-ci/travis-ciالصورة الرمزية لـ travis-ci

    travis-ci/travis-ci

    8,490عرض على GitHub↗

    Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job

    Automatically executes commands multiple times after a non-zero exit code to overcome temporary network interruptions.

    عرض على GitHub↗8,490
  • zenml-io/zenmlالصورة الرمزية لـ zenml-io

    zenml-io/zenml

    5,451عرض على GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Reproduces past runs from specific checkpoints with optional input overrides to test changes or resume failed executions in place.

    Pythonagentopsagentsai
    عرض على GitHub↗5,451
  1. Home
  2. DevOps & Infrastructure
  3. Command Execution Retries