awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • leahneukirchen/nqالصورة الرمزية لـ leahneukirchen

    leahneukirchen/nq

    3,121عرض على 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
    عرض على GitHub↗3,121
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Queue Location Configuration