awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • go-task/taskAvatar von go-task

    go-task/task

    15,721Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,721
  • adambard/learnxinyminutes-docsAvatar von adambard

    adambard/learnxinyminutes-docs

    12,287Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,287
  • earthly/earthlyAvatar von earthly

    earthly/earthly

    12,035Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,035
  • rocky-linux/rockyAvatar von rocky-linux

    rocky-linux/rocky

    9,497Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,497
  • anishathalye/dotbotAvatar von anishathalye

    anishathalye/dotbot

    7,802Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,802
  • hatchet-dev/hatchetAvatar von hatchet-dev

    hatchet-dev/hatchet

    6,622Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,622
  • ai-dynamo/dynamoAvatar von ai-dynamo

    ai-dynamo/dynamo

    6,112Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,112
  • johnsundell/publishAvatar von JohnSundell

    JohnSundell/Publish

    4,971Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,971
  • jamesmh/coravelAvatar von jamesmh

    jamesmh/coravel

    4,285Auf GitHub ansehen↗

    Coravel ist eine .NET-Anwendungsframework-Bibliothek, die eine Reihe von Tools für Task-Scheduling, Background-Job-Queuing, Event-Broadcasting, Caching und E-Mail-Versand bereitstellt. Sie ermöglicht Entwicklern die Implementierung wiederkehrender Hintergrundjobs mittels Cron-Ausdrücken und einer flüssigen, codebasierten Syntax, wodurch externe System-Scheduler überflüssig werden. Die Bibliothek bietet ein Mail-Versandsystem, das Mailable-Klassen verwendet, um E-Mails zu verfassen, in der Vorschau anzuzeigen und über verschiedene Delivery-Driver in die Warteschlange zu stellen. Sie enthält einen Event-Broadcaster zur Entkopplung von Anwendungskomponenten durch das Auslösen von Events und die Verwaltung mehrerer Listener sowie eine Caching-Schicht, die In-Memory-Speicherung und externe Integrationen wie Redis unterstützt. Weitere Funktionen umfassen die Überwachung von Hintergrundjobs über eine Verwaltungsoberfläche, um Aufgabenausführung und Gesundheitsmetriken zu verfolgen. Das System bietet zudem ein Command-Line-Tool, um Projektkomponenten zu bootstrappen und Invocable-Klassen, Mail-Komponenten und Event-Listener-Paare zu scaffolden.

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

    C#background-jobsbackground-threadbackground-worker
    Auf GitHub ansehen↗4,285
  • cake-build/cakeAvatar von cake-build

    cake-build/cake

    4,179Auf GitHub ansehen↗

    Cake ist ein plattformübergreifendes Build-Automatisierungssystem und Skripting-Framework, das es Nutzern ermöglicht, Software-Build-Pipelines mittels C#-Skripten zu definieren. Es fungiert als CI/CD-Pipeline-Orchestrator und Build-Runner und bietet eine stark typisierte, domänenspezifische Sprache, um die Orchestrierung von Kompilierung, Tests und Verpackungsprozessen unter Windows, Linux und macOS zu vereinfachen. Das System stellt reproduzierbare Build-Umgebungen durch das Pinnen von Versionen der Build-Tools, Module und Abhängigkeiten sicher. Es zeichnet sich dadurch aus, dass es einen C#-Skripting-Workflow mit vollständiger IDE-Unterstützung ermöglicht, einschließlich Autocomplete, Syntax-Highlighting und direkter Task-Ausführung innerhalb von Editoren. Das Framework deckt eine breite Palette an Funktionen ab, einschließlich der Ausführung von Directed-Acyclic-Graph-Tasks, plattformübergreifender Prozessabstraktion und automatisierter Tool-Installation. Es bietet umgebungsbewusste Erkennung für verschiedene Continuous-Integration-Anbieter und Erweiterbarkeit durch eine NuGet-basierte Plugin-Architektur und Dependency Injection. Build-Skripte werden als laufzeitkompilierte Binärdateien ausgeführt oder innerhalb einer Konsolenanwendung gehostet.

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

    C#build-automationbuild-automation-toolbuild-tool
    Auf GitHub ansehen↗4,179
  • k3s-io/k3s-ansibleAvatar von k3s-io

    k3s-io/k3s-ansible

    2,705Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,705
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Conditional Task Execution

Unter-Tags erkunden

  • 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.