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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

aleclarson/dispatcher

0
View on GitHub↗
0 stars·0 forks·4 vues

Dispatcher

Features

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

Historique des stars

Graphique de l'historique des stars pour aleclarson/dispatcherGraphique de l'historique des stars pour aleclarson/dispatcher

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Dispatcher

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Dispatcher.
  • roadrunner-server/roadrunnerAvatar de roadrunner-server

    roadrunner-server/roadrunner

    8,473Voir sur 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
    Voir sur GitHub↗8,473
  • celery/django-celery-beatAvatar de celery

    celery/django-celery-beat

    1,940Voir sur GitHub↗

    Celery Periodic Tasks backed by the Django ORM

    Python
    Voir sur GitHub↗1,940
  • celery/django-celery-resultsAvatar de celery

    celery/django-celery-results

    784Voir sur GitHub↗

    Celery result back end with django

    Python
    Voir sur GitHub↗784
  • celery/celeryAvatar de celery

    celery/celery

    28,596Voir sur 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
    Voir sur GitHub↗28,596
Voir les 17 alternatives à Dispatcher→

Questions fréquentes

Quelles sont les fonctionnalités principales de aleclarson/dispatcher ?

Les fonctionnalités principales de aleclarson/dispatcher sont : Task Queues.

Quelles sont les alternatives open-source à aleclarson/dispatcher ?

Les alternatives open-source à aleclarson/dispatcher incluent : 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…