Alternative for Django Celery.

This page summarizes the projects mentioned and recommended in the original post on /r/django

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kerground

    Stupid simple background worker based on python.

  • Dramatiq or RQ are good alternatives. If you want to something really simple I haven't testing it in production try this: https://github.com/ClimenteA/kerground

  • django-rq

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

  • I use RQ (Redis Queue) and it's very cool! https://github.com/rq/django-rq https://python-rq.org/patterns/django/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • celery

    Distributed Task Queue (development branch)

  • Django-q2 only requires one dependency (except for Django itself). Celery, requires quite a few: https://github.com/celery/celery/blob/master/requirements/default.txt

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • RQ-Scheduler for tasks in far future?

    2 projects | /r/Python | 28 Dec 2022
  • Simple Task Queue system that works with Django 4 / Python 3.9?

    5 projects | /r/django | 16 Aug 2022
  • What happened to the Celery project website?

    2 projects | /r/django | 18 Mar 2022
  • Background jobs with Django

    4 projects | /r/django | 30 May 2023
  • Keep the Monolith, but Split the Workloads

    8 projects | news.ycombinator.com | 24 Apr 2023