1 Repo
Configuring the physical directory paths used by task queues for logs and locks.
Distinct from Task Queues: Focuses on the spatial/filesystem configuration of the queue, not its capacity or state management.
Explore 1 awesome GitHub repository matching devops & infrastructure · Queue Location Configuration. Refine with filters or upvote what's useful.
nq is a daemonless job orchestrator and POSIX shell task manager that manages asynchronous command execution on Unix systems. It functions as a command line job queue using directories and file-system locks to coordinate background processes across multiple terminal sessions. The system distinguishes itself by utilizing file-system-based locking to ensure sequential job execution without requiring a resident background daemon. It enables shared queue coordination, allowing different terminal sessions to synchronize work by directing tasks to specific directories. The project covers backgroun
Isolates different task queues by directing logs and lock files to specific directories via environment variables.