1 مستودع
Mechanisms to select specific queues for processing using wildcards and negation patterns.
Distinct from Task Queues: Focuses on the pattern-based selection of queues by workers rather than general task grouping.
Explore 1 awesome GitHub repository matching devops & infrastructure · Queue Pattern Matching. Refine with filters or upvote what's useful.
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
Allows workers to restrict themselves to specific queues using wildcards and negation patterns.