awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
celery avatar

celery/django-celery-results

0
View on GitHub↗
784 estrellas·224 forks·Python·1 vista

Django Celery Results

Celery result back end with django

Features

  • Task Queues - Celery result backend integration.

Historial de estrellas

Gráfico del historial de estrellas de celery/django-celery-resultsGráfico del historial de estrellas de celery/django-celery-results

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace celery/django-celery-results?

Celery result back end with django

¿Cuáles son las características principales de celery/django-celery-results?

Las características principales de celery/django-celery-results son: Task Queues.

¿Qué alternativas de código abierto existen para celery/django-celery-results?

Las alternativas de código abierto para celery/django-celery-results incluyen: roadrunner-server/roadrunner — RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a… celery/celery — Celery is an asynchronous job processor and distributed task queue designed to offload time-consuming operations to… celery/django-celery-beat — Celery Periodic Tasks backed by the Django ORM. coleifer/huey — .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png. danihodovic/celery-exporter — A Prometheus exporter for Celery metrics. bogdanp/dramatiq — Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It…

Alternativas open-source a Django Celery Results

Proyectos open-source similares, clasificados según cuántas características comparten con Django Celery Results.
  • roadrunner-server/roadrunnerAvatar de roadrunner-server

    roadrunner-server/roadrunner

    8,473Ver en 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
    Ver en GitHub↗8,473
  • celery/celeryAvatar de celery

    celery/celery

    28,596Ver en 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
    Ver en GitHub↗28,596
  • celery/django-celery-beatAvatar de celery

    celery/django-celery-beat

    1,940Ver en GitHub↗

    Celery Periodic Tasks backed by the Django ORM

    Python
    Ver en GitHub↗1,940
  • bogdanp/dramatiqAvatar de Bogdanp

    Bogdanp/dramatiq

    5,136Ver en 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
    Ver en GitHub↗5,136
  • Ver las 17 alternativas a Django Celery Results→