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

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

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

Open-source alternatives to TaskQueue

17 open-source projects similar to icanzilb/taskqueue, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best TaskQueue alternative.

  • 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
  • bogdanp/dramatiqBogdanp 的头像

    Bogdanp/dramatiq

    5,136在 GitHub 上查看↗

    Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It functions as an asynchronous task orchestrator that enables the distribution of computational tasks across a cluster using a pluggable transport layer supporting RabbitMQ and Redis. The framework provides specialized tools for complex task orchestration, including the ability to link background jobs into sequences, pipelines, and barriers. It further manages distributed concurrency through the use of shared mutexes, rate limiters, and exponential backoff retries to prevent re

    Pythondistributed-lockpythonrabbit
    在 GitHub 上查看↗5,136
  • 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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • 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
  • coleifer/hueycoleifer 的头像

    coleifer/huey

    5,933在 GitHub 上查看↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Pythondankpythonqueue
    在 GitHub 上查看↗5,933
  • danihodovic/celery-exporterdanihodovic 的头像

    danihodovic/celery-exporter

    550在 GitHub 上查看↗

    A Prometheus exporter for Celery metrics

    Jsonnet
    在 GitHub 上查看↗550
  • django-q2/django-q2django-q2 的头像

    django-q2/django-q2

    616在 GitHub 上查看↗

    A multiprocessing distributed task queue for Django based on Django-Q

    Python
    在 GitHub 上查看↗616
  • jazzband/django-redisjazzband 的头像

    jazzband/django-redis

    3,075在 GitHub 上查看↗

    Full featured redis cache backend for Django.

    Python
    在 GitHub 上查看↗3,075
  • johnestropia/gcdkitJohnEstropia 的头像

    JohnEstropia/GCDKit

    316在 GitHub 上查看↗

    Grand Central Dispatch simplified with swift.

    Swift
    在 GitHub 上查看↗316
  • mher/flowermher 的头像

    mher/flower

    7,196在 GitHub 上查看↗

    Flower is a monitoring and administration tool for Celery task queues. It provides a real-time web dashboard and a REST API to monitor distributed task clusters, manage worker instances, and observe message broker health. The project distinguishes itself by offering centralized control over the task lifecycle, allowing users to trigger, revoke, or terminate tasks and apply execution rate limits. It also includes a Prometheus metrics exporter to surface internal performance and status data for external monitoring and alerting systems. The tool covers a broad range of observability and managem

    Pythonadministrationasynchronouscelery
    在 GitHub 上查看↗7,196
  • pallets-eco/flask-rqpallets-eco 的头像

    pallets-eco/flask-rq

    230在 GitHub 上查看↗

    Flask-RQ is a Flask/Quart extension that background job execution using RQ. RQ allows queueing functions to be run in separate worker processes, allowing long-running jobs to run in the background without blocking the web app from returning a response quickly. Flask-RQ allows configuring…

    Python
    在 GitHub 上查看↗230
  • realorangeone/django-tasksrealOrangeOne 的头像

    realOrangeOne/django-tasks

    804在 GitHub 上查看↗

    A backport of Django's built in Tasks framework

    Python
    在 GitHub 上查看↗804
  • rq/django-rqrq 的头像

    rq/django-rq

    1,948在 GitHub 上查看↗

    A simple app that provides django integration for RQ (Redis Queue)

    Pythonbackground-jobsdjangojob-queue
    在 GitHub 上查看↗1,948
  • rq/rqrq 的头像

    rq/rq

    10,653在 GitHub 上查看↗

    rq is a distributed task queue and background worker system for Python that uses a Redis backend to decouple task submission from execution. It functions as a reliable message queue and task scheduler, allowing Python functions or asyncio coroutines to be processed asynchronously across multiple worker processes. The project distinguishes itself through reliable queuing mechanisms that prevent job loss during worker crashes using atomic operations. It provides specialized orchestration capabilities, including the prevention of duplicate jobs, job execution prioritization, and the ability to m

    Pythonasyncbackground-jobsdelayed-jobs
    在 GitHub 上查看↗10,653
  • aleclarson/dispatcherA

    aleclarson/dispatcher

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • taskiq-python/taskiqtaskiq-python 的头像

    taskiq-python/taskiq

    1,924在 GitHub 上查看↗
    Pythonasynciocelery-likehacktoberfest
    在 GitHub 上查看↗1,924