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

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

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

aleclarson/dispatcher

0
View on GitHub↗
0 星标·0 分支·2 次浏览

Dispatcher

Features

  • Task Queues - Utilities for queues, timers, and task groups.

Star 历史

aleclarson/dispatcher 的 Star 历史图表aleclarson/dispatcher 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Dispatcher 的开源替代方案

相似的开源项目,按与 Dispatcher 的功能重合度排序。
  • roadrunner-server/roadrunnerroadrunner-server 的头像

    roadrunner-server/roadrunner

    8,473在 GitHub 上查看↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Goapplication-servergolanghacktoberfest
    在 GitHub 上查看↗8,473
  • celery/django-celery-beatcelery 的头像

    celery/django-celery-beat

    1,940在 GitHub 上查看↗

    Celery Periodic Tasks backed by the Django ORM

    Python
    在 GitHub 上查看↗1,940
  • celery/django-celery-resultscelery 的头像

    celery/django-celery-results

    784在 GitHub 上查看↗

    Celery result back end with django

    Python
    在 GitHub 上查看↗784
  • celery/celerycelery 的头像

    celery/celery

    28,596在 GitHub 上查看↗

    Celery is an asynchronous job processor and distributed task queue designed to offload time-consuming operations to background worker nodes. By utilizing a message-passing architecture, it decouples task producers from consumers, allowing applications to maintain responsiveness while scaling workloads across multiple isolated environments. The system functions as a distributed workload orchestrator that manages the lifecycle of deferred operations through persistent queues. It distinguishes itself by providing a pluggable transport abstraction, which allows the core task logic to remain indep

    Pythonamqppythonpython-library
    在 GitHub 上查看↗28,596
查看 Dispatcher 的所有 17 个替代方案→

常见问题解答

aleclarson/dispatcher 的主要功能有哪些?

aleclarson/dispatcher 的主要功能包括:Task Queues。

aleclarson/dispatcher 有哪些开源替代品?

aleclarson/dispatcher 的开源替代品包括: roadrunner-server/roadrunner — RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a… celery/django-celery-beat — Celery Periodic Tasks backed by the Django ORM. celery/django-celery-results — Celery result back end with django. coleifer/huey — .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png. danihodovic/celery-exporter — A Prometheus exporter for Celery metrics. celery/celery — Celery is an asynchronous job processor and distributed task queue designed to offload time-consuming operations to…