awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesQueue Location Configuration

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.

Awesome Queue Location Configuration GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • leahneukirchen/nqAvatar de leahneukirchen

    leahneukirchen/nq

    3,121Voir sur GitHub↗

    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.

    C
    Voir sur GitHub↗3,121
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Queue Location Configuration