2 Repos
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.
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.
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.