awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to taskiq-python/taskiq

Open-source alternatives to Taskiq

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

  • roadrunner-server/roadrunnerAvatar von roadrunner-server

    roadrunner-server/roadrunner

    8,473Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,473
  • bogdanp/dramatiqAvatar von Bogdanp

    Bogdanp/dramatiq

    5,136Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,136
  • celery/celeryAvatar von celery

    celery/celery

    28,596Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗28,596

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • celery/django-celery-beatAvatar von celery

    celery/django-celery-beat

    1,940Auf GitHub ansehen↗

    Celery Periodic Tasks backed by the Django ORM

    Python
    Auf GitHub ansehen↗1,940
  • celery/django-celery-resultsAvatar von celery

    celery/django-celery-results

    784Auf GitHub ansehen↗

    Celery result back end with django

    Python
    Auf GitHub ansehen↗784
  • coleifer/hueyAvatar von coleifer

    coleifer/huey

    5,933Auf GitHub ansehen↗

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

    Pythondankpythonqueue
    Auf GitHub ansehen↗5,933
  • danihodovic/celery-exporterAvatar von danihodovic

    danihodovic/celery-exporter

    550Auf GitHub ansehen↗

    A Prometheus exporter for Celery metrics

    Jsonnet
    Auf GitHub ansehen↗550
  • django-q2/django-q2Avatar von django-q2

    django-q2/django-q2

    616Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗616
  • icanzilb/taskqueueI

    icanzilb/TaskQueue

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jazzband/django-redisAvatar von jazzband

    jazzband/django-redis

    3,075Auf GitHub ansehen↗

    Full featured redis cache backend for Django.

    Python
    Auf GitHub ansehen↗3,075
  • johnestropia/gcdkitAvatar von JohnEstropia

    JohnEstropia/GCDKit

    316Auf GitHub ansehen↗

    Grand Central Dispatch simplified with swift.

    Swift
    Auf GitHub ansehen↗316
  • mher/flowerAvatar von mher

    mher/flower

    7,196Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,196
  • pallets-eco/flask-rqAvatar von pallets-eco

    pallets-eco/flask-rq

    230Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗230
  • realorangeone/django-tasksAvatar von realOrangeOne

    realOrangeOne/django-tasks

    804Auf GitHub ansehen↗

    A backport of Django's built in Tasks framework

    Python
    Auf GitHub ansehen↗804
  • rq/django-rqAvatar von rq

    rq/django-rq

    1,948Auf GitHub ansehen↗

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

    Pythonbackground-jobsdjangojob-queue
    Auf GitHub ansehen↗1,948
  • aleclarson/dispatcherA

    aleclarson/dispatcher

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • rq/rqAvatar von rq

    rq/rq

    10,653Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,653