awesome-repositories.com
Blog
awesome-repositories.com

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

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

11 repositorios

Awesome GitHub RepositoriesConditional Task Execution

Logic for skipping or executing tasks based on runtime expressions, exit codes, or platform constraints.

Distinct from Task Execution Sequencing: Focuses on conditional triggers for execution rather than the sequence of the execution path.

Explore 11 awesome GitHub repositories matching development tools & productivity · Conditional Task Execution. Refine with filters or upvote what's useful.

Awesome Conditional Task Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • go-task/taskAvatar de go-task

    go-task/task

    15,721Ver en GitHub↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    Skips task execution based on shell exit codes, template expressions, or platform-specific constraints.

    Go
    Ver en GitHub↗15,721
  • adambard/learnxinyminutes-docsAvatar de adambard

    adambard/learnxinyminutes-docs

    12,287Ver en GitHub↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Provides syntax for executing tasks conditionally based on tags or host constraints.

    Markdown
    Ver en GitHub↗12,287
  • earthly/earthlyAvatar de earthly

    earthly/earthly

    12,035Ver en GitHub↗

    Earthly is a containerized build system and Docker build framework designed for creating reproducible build pipelines. It ensures environment consistency by executing every build step inside an isolated container, combining the isolation of container images with dependency tracking and parallel execution. The system differentiates itself through a focus on hermeticity and multiplatform support, allowing for the generation of container images targeting multiple CPU architectures within a single execution flow. It maintains a hermetic build environment by isolating network access and utilizing

    Implements conditional execution of build steps using if, else if, and else logic.

    Gobuildbuild-automationbuild-system
    Ver en GitHub↗12,035
  • rocky-linux/rockyAvatar de rocky-linux

    rocky-linux/rocky

    9,497Ver en GitHub↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Executes specific tasks only when runtime criteria, such as OS type or file existence, are met.

    enterprise-linuxrocky
    Ver en GitHub↗9,497
  • anishathalye/dotbotAvatar de anishathalye

    anishathalye/dotbot

    7,802Ver en GitHub↗

    Dotbot is a dotfile installation manager and environment setup automator designed to deploy configuration files from a repository to a local system. It functions as a symlink deployment utility and templated configuration engine, using a combination of symbolic links and custom directives to synchronize settings across machines. The project enables the automation of dotfile deployment through a shell-based configuration bootstrapper. It supports the synchronization of application profiles and the rendering of dynamic configuration files from templates before they are deployed to the filesyste

    Provides logic to execute setup tasks conditionally based on system architecture or shell command exit codes.

    Python
    Ver en GitHub↗7,802
  • hatchet-dev/hatchetAvatar de hatchet-dev

    hatchet-dev/hatchet

    6,622Ver en GitHub↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Routes tasks to specific workers using labels, affinity rules, or weighted scheduling.

    Goconcurrencydagdistributed
    Ver en GitHub↗6,622
  • ai-dynamo/dynamoAvatar de ai-dynamo

    ai-dynamo/dynamo

    6,112Ver en GitHub↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Routes inference requests to the least-loaded worker based on active cache utilization.

    Rust
    Ver en GitHub↗6,112
  • johnsundell/publishAvatar de JohnSundell

    JohnSundell/Publish

    4,971Ver en GitHub↗

    Publish is a static site generator and type-safe templating engine that converts structured content and metadata into static HTML files. It functions as a content pipeline orchestrator, allowing the definition of website layouts and themes where metadata maps to visual elements via type-safe code. The system includes a plugin system for injecting custom logic to mutate content, modify parsing, or enforce site-wide rules. It also features a mechanism for conditional build step execution, ensuring specific publishing tasks only run when predefined criteria are met. The project covers hierarchi

    Implements logic to trigger specific publishing tasks only when predefined environment criteria are met.

    Swiftpublishstatic-site-generatorswift
    Ver en GitHub↗4,971
  • jamesmh/coravelAvatar de jamesmh

    jamesmh/coravel

    4,285Ver en GitHub↗

    Coravel es una biblioteca de framework de aplicaciones .NET que proporciona un conjunto de herramientas para la programación de tareas, colas de trabajos en segundo plano, difusión de eventos, almacenamiento en caché y entrega de correo electrónico. Permite a los desarrolladores implementar trabajos en segundo plano recurrentes utilizando expresiones Cron y una sintaxis fluida basada en código, eliminando la necesidad de programadores de sistemas externos. La biblioteca cuenta con un sistema de entrega de correo que utiliza clases de correo para componer, previsualizar y poner en cola correos electrónicos a través de varios controladores de entrega. Incluye un difusor de eventos para desacoplar los componentes de la aplicación activando eventos y gestionando múltiples oyentes, así como una capa de almacenamiento en caché que admite almacenamiento en memoria e integraciones externas como Redis. Las capacidades adicionales incluyen el monitoreo de trabajos en segundo plano a través de una interfaz administrativa para rastrear la ejecución de tareas y métricas de salud. El sistema también proporciona una herramienta de línea de comandos para arrancar componentes del proyecto y crear clases invocables, componentes de correo y pares de oyentes de eventos.

    Restricts task execution based on specific days, time zones, or custom boolean conditions.

    C#background-jobsbackground-threadbackground-worker
    Ver en GitHub↗4,285
  • cake-build/cakeAvatar de cake-build

    cake-build/cake

    4,179Ver en GitHub↗

    Cake es un sistema de automatización de compilación multiplataforma y framework de scripting que permite a los usuarios definir pipelines de compilación de software usando scripts de C#. Funciona como un orquestador de pipelines CI/CD y ejecutor de compilaciones, proporcionando un lenguaje de dominio específico (DSL) fuertemente tipado para simplificar la orquestación de procesos de compilación, pruebas y empaquetado en Windows, Linux y macOS. El sistema garantiza entornos de compilación reproducibles fijando las versiones de herramientas de compilación, módulos y dependencias. Se distingue por permitir un flujo de trabajo de scripting en C# con soporte completo para IDE, incluyendo autocompletado, resaltado de sintaxis y ejecución directa de tareas dentro de los editores. El framework cubre una amplia gama de capacidades, incluyendo la ejecución de tareas mediante grafos acíclicos dirigidos (DAG), abstracción de procesos multiplataforma e instalación automatizada de herramientas. Cuenta con detección consciente del entorno para varios proveedores de integración continua y ofrece extensibilidad a través de una arquitectura de plugins basada en NuGet e inyección de dependencias. Los scripts de compilación se ejecutan como binarios compilados en tiempo de ejecución o alojados dentro de una aplicación de consola.

    Evaluates predicates and expressions at runtime to determine if specific build tasks should be executed or skipped.

    C#build-automationbuild-automation-toolbuild-tool
    Ver en GitHub↗4,179
  • k3s-io/k3s-ansibleAvatar de k3s-io

    k3s-io/k3s-ansible

    2,705Ver en GitHub↗

    k3s-ansible is a set of playbooks and tools for automating the deployment, orchestration, and lifecycle management of lightweight Kubernetes clusters. It functions as a provisioning tool that installs and configures these environments across multiple Linux nodes using a declarative approach. The project provides specialized support for high-availability configurations using either embedded etcd or external datastores. It also includes mechanisms for air-gapped installations, allowing the distribution of binaries and container images from a local directory to nodes without internet access. Th

    Implements logic to execute or skip installation tasks based on the target node's operating system and CPU architecture.

    YAML
    Ver en GitHub↗2,705
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Conditional Task Execution

Explorar subetiquetas

  • Load-Aware Request RoutingDynamic routing of requests based on real-time resource utilization and cache load of backend workers. **Distinct from Worker-Task Routing:** Focuses on load-based balancing for inference servers rather than general label-based or affinity-based task routing.
  • Worker-Task RoutingDirecting tasks to specific workers using labels, affinity rules, or weighted scheduling policies. **Distinct from Conditional Task Execution:** Distinct from Conditional Task Execution: focuses on routing tasks to workers based on labels/affinity, not runtime skip/execute logic.