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 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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • leahneukirchen/nqAvatar von leahneukirchen

    leahneukirchen/nq

    3,121Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,121
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Queue Location Configuration