awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesDependency Graph Queues

Maintains an ordered task list where each task can declare prerequisites, forming a directed acyclic graph that controls execution order.

Distinct from Task Queues: Distinct from Task Queues: adds a dependency graph that controls execution order, not just a simple queue.

Explore 1 awesome GitHub repository matching devops & infrastructure · Dependency Graph Queues. Refine with filters or upvote what's useful.

Awesome Dependency Graph Queues GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nukesor/pueueAvatar Nukesor

    Nukesor/pueue

    6,054Vezi pe GitHub↗

    Pueue is a task queue manager for shell commands, built as a daemon and command-line interface. It accepts shell commands into a managed queue and executes them with configurable parallel execution limits, supporting both global and per-group concurrency controls. The daemon persists its entire state—task queue, logs, and configuration—to disk, ensuring survival across crashes and system restarts. The project distinguishes itself through a dependency graph that lets tasks declare prerequisites, forming a directed acyclic graph that controls execution order. Tasks can be organized into named g

    Maintains a task queue where each task can declare prerequisites, forming a directed acyclic graph for execution order.

    Rustcommand-linecommand-line-tooldaemon
    Vezi pe GitHub↗6,054
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Dependency Graph Queues