1 Repo
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.
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.