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
·

1 Repo

Awesome GitHub RepositoriesQueue Cleanup Operations

Operations to remove completed or failed tasks from the queue to keep it tidy.

Distinct from Task Queues: Distinct from Task Queues: focuses on cleanup and maintenance of queue entries rather than queue management or execution.

Explore 1 awesome GitHub repository matching devops & infrastructure · Queue Cleanup Operations. Refine with filters or upvote what's useful.

Awesome Queue Cleanup Operations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nukesor/pueueAvatar von Nukesor

    Nukesor/pueue

    6,054Auf GitHub ansehen↗

    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

    Removes all completed tasks from the list to keep the queue tidy.

    Rustcommand-linecommand-line-tooldaemon
    Auf GitHub ansehen↗6,054
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Queue Cleanup Operations