awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesQueue Pattern Matching

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.

Awesome Queue Pattern Matching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • resque/resqueresque 的头像

    resque/resque

    9,480在 GitHub 上查看↗

    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.

    Rubyasynchronous-tasksasynctaskbackground-jobs
    在 GitHub 上查看↗9,480
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Queue Pattern Matching