awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
celery avatar

celery/django-celery-beat

0
View on GitHub↗
1,940 stele·487 fork-uri·Python·3 vizualizări

Django Celery Beat

Celery Periodic Tasks backed by the Django ORM

Features

  • Task Queues - Periodic task scheduling via the admin panel.

Istoric stele

Graficul istoricului de stele pentru celery/django-celery-beatGraficul istoricului de stele pentru celery/django-celery-beat

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Django Celery Beat

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Django Celery Beat.
  • roadrunner-server/roadrunnerAvatar roadrunner-server

    roadrunner-server/roadrunner

    8,473Vezi pe 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
    Vezi pe GitHub↗8,473
  • celery/celeryAvatar celery

    celery/celery

    28,596Vezi pe 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
    Vezi pe GitHub↗28,596
  • celery/django-celery-resultsAvatar celery

    celery/django-celery-results

    784Vezi pe GitHub↗

    Celery result back end with django

    Python
    Vezi pe GitHub↗784
  • bogdanp/dramatiqAvatar Bogdanp

    Bogdanp/dramatiq

    5,136Vezi pe 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
    Vezi pe GitHub↗5,136
Vezi toate cele 17 alternative pentru Django Celery Beat→

Întrebări frecvente

Ce face celery/django-celery-beat?

Celery Periodic Tasks backed by the Django ORM

Care sunt principalele funcționalități ale celery/django-celery-beat?

Principalele funcționalități ale celery/django-celery-beat sunt: Task Queues.

Care sunt câteva alternative open-source pentru celery/django-celery-beat?

Alternativele open-source pentru celery/django-celery-beat includ: 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-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. bogdanp/dramatiq — Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It…