awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Ruby Background Job Libraries

रैंकिंग 13 जुल॰ 2026 को अपडेट की गई

For a background job processor for Ruby, the strongest matches are mperham/sidekiq (Sidekiq is the industry-standard Ruby background processing framework that), resque/resque (Resque is a foundational Ruby background job processing library) and tobi/delayed_job (Delayed Job is a mature Ruby background processing library). Each is ranked by relevance to your query, popularity and recent activity.

हम “best ruby background job libraries” से मेल खाने वाली ओपन-सोर्स GitHub रिपॉजिटरी को क्यूरेट करते हैं। परिणाम आपकी क्वेरी के आधार पर रैंक किए गए हैं — सीमित करने के लिए नीचे दिए गए फ़िल्टर चुनें, या AI के साथ रिफाइन करें।

Ruby Background Job Libraries

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mperham/sidekiqmperham का अवतार

    mperham/sidekiq

    13,536GitHub पर देखें↗

    Sidekiq is a Ruby background processing framework and asynchronous task runner. It functions as a Redis-backed background job processor that offloads heavy or time-consuming work from web requests to separate worker processes to ensure the main application remains responsive. The system operates as a Redis task queue, storing pending jobs in Redis to be processed concurrently by multiple threads. It provides a framework for distributed task queueing and asynchronous job scheduling to coordinate work across multiple server instances. The project covers Ruby application scaling by executing ba

    Sidekiq is the industry-standard Ruby background processing framework that natively supports Redis, ActiveJob, retries, concurrency, and scheduling, making it the definitive tool for this category.

    RubyRedis-Backed Queues
    GitHub पर देखें↗13,536
  • resque/resqueresque का अवतार

    resque/resque

    9,480GitHub पर देखें↗

    Resque is a Ruby library for enqueueing and processing asynchronous tasks using Redis as a data store. It functions as a distributed task processor and queue manager, allowing long-running work to be moved out of the main request cycle. The system executes background jobs in isolated child processes to prevent memory leaks and provides a web-based dashboard for monitoring queue depths, worker activity, and failed job statistics. Capability areas include distributed worker coordination via signals, error handling with job retry mechanisms, and priority-ordered queue management. It also suppor

    Resque is a foundational Ruby background job processing library that provides robust queue management, worker process control, and a built-in web dashboard, though it requires additional middleware or extensions to achieve native ActiveJob integration.

    RubyRedis-Backed QueuesAutomatic Retry Mechanisms
    GitHub पर देखें↗9,480
  • tobi/delayed_jobtobi का अवतार

    tobi/delayed_job

    2,172GitHub पर देखें↗

    Delayed Job is a Ruby library that provides a database-backed system for asynchronous task processing. It enables the offloading of long-running or time-consuming operations to background workers by serializing method calls and their arguments into a relational database, ensuring that tasks persist across application restarts. The system functions as a distributed priority task scheduler, where independent worker processes continuously poll the database for pending jobs. By integrating task creation directly into application database transactions, it guarantees that jobs are only queued when

    Delayed Job is a mature Ruby background processing library that handles asynchronous tasks and scheduling, though it uses a relational database rather than Redis as its primary backend.

    RubyBackground Job QueuesAsynchronous Task ProcessingDatabase-Backed Persistence
    GitHub पर देखें↗2,172

Related searches

  • सर्वर टास्क के लिए एक बैकग्राउंड जॉब शेड्यूलर
  • a python library for background task processing
  • Python बैकग्राउंड जॉब्स के लिए एक async टास्क क्यू
  • a java library for scheduling background tasks
  • a logging library for Ruby applications
  • a message queue library for PHP
  • a library for scheduling tasks in PHP
  • a library for scheduling tasks in Go