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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
A

aleclarson/dispatcher

0
View on GitHub↗
0 stars·0 forks·9 views

Dispatcher

Features

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

Star history

Star history chart for aleclarson/dispatcherStar history chart for aleclarson/dispatcher

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Dispatcher

These projects share indexed features with Dispatcher. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • roadrunner-server/roadrunnerroadrunner-server avatar

    roadrunner-server/roadrunner

    8,473View on 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
    View on GitHub↗8,473
  • celery/django-celery-beatcelery avatar

    celery/django-celery-beat

    1,940View on GitHub↗

    Celery Periodic Tasks backed by the Django ORM

    Python
    View on GitHub↗1,940
  • celery/django-celery-resultscelery avatar

    celery/django-celery-results

    784View on GitHub↗

    Celery result back end with django

    Python
    View on GitHub↗784
  • celery/celerycelery avatar

    celery/celery

    28,596View on 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
    View on GitHub↗28,596
Compare all 17 related projects→

Frequently asked questions

What are the main features of aleclarson/dispatcher?

The main features of aleclarson/dispatcher are: Task Queues.

Which projects share features with aleclarson/dispatcher?

Projects with overlapping indexed features include: 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…