Python Celery

Open-source Python projects categorized as Celery

Top 23 Python Celery Projects

  1. cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

    Project mention: Cookiecutter Django: framework for jumpstarting production-ready Django projects | news.ycombinator.com | 2025-09-13
  2. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. flower

    Real-time monitor and web admin for Celery distributed task queue

    Project mention: flower VS dj-celery-panel - a user suggested alternative | libhunt.com/r/flower | 2026-02-27
  4. kombu

    Messaging library for Python.

    Project mention: Celery + Redis at Scale: Designing a Reliable and Efficient Task Queue in Production | dev.to | 2026-04-26

    One more practical point from my experience: sometimes the problem is not in your code or even in your configuration, but in Celery itself or in lower-level libraries such as Kombu (for example https://github.com/celery/kombu/issues/2258).

  5. django-react-boilerplate

    Django 5, React, Tailwind 4 with Python 3 and Webpack project boilerplate

  6. django-celery-beat

    Celery Periodic Tasks backed by the Django ORM

  7. full-stack-ai-agent-template

    Full-stack AI app generator — FastAPI + Next.js with AI Agents, RAG, streaming, auth, and 20+ integrations out of the box.

    Project mention: Full-Stack AI Agent Template | news.ycombinator.com | 2026-03-05
  8. django-celery

    Old Celery integration project for Django

  9. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  10. docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

    Project mention: Dumb Ways for an Open Source Project to Die | news.ycombinator.com | 2026-05-19

    Another one is how much time it takes to maintain vs how much interest it has. This is different than burnout.

    I created and maintain example Docker Compose starter projects for Flask[0], Rails[1], Django[2] and Node[3]. I've had these going for 6-7 years and I maintain them at least once a week to keep everything up to date.

    I used to also support Phoenix but I stopped after ~5 years because it was the least popular project but also took up more time to upgrade than all of the other example projects combined because Live View has changed in drastic ways so many times.

    Plus it became no longer enjoyable to work on it since I stopped using Phoenix in my day to day as well. That combined with it being the least popular example app between the 5 projects.

    I put together a 6 month plan to archive the repo in https://github.com/nickjj/docker-phoenix-example/issues/16, received zero feedback and then archived it at the start of 2026.

    [0]: https://github.com/nickjj/docker-flask-example

    [1]: https://github.com/nickjj/docker-rails-example

    [2]: https://github.com/nickjj/docker-django-example

    [3]: https://github.com/nickjj/docker-node-example

  11. jasmin

    Jasmin - Open source SMS gateway

  12. redbeat

    RedBeat is a Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis.

  13. 8mb.local

    a free local self hosted video compressor webui designed for performance and ease of use. inspired by 8mb.video

    Project mention: Copyparty, the FOSS file server [video] | news.ycombinator.com | 2025-11-26

    I also look for a sophisticated self hosted, open source transcoding solution as a web app, but in the mean time, the complete opposite: no bells and whistles, no config, no control except size: https://github.com/JMS1717/8mb.local

  14. django-celery-results

    Celery result back end with django

  15. docker-flask-example

    A production ready example Flask app that's using Docker and Docker Compose.

    Project mention: Dumb Ways for an Open Source Project to Die | news.ycombinator.com | 2026-05-19

    Another one is how much time it takes to maintain vs how much interest it has. This is different than burnout.

    I created and maintain example Docker Compose starter projects for Flask[0], Rails[1], Django[2] and Node[3]. I've had these going for 6-7 years and I maintain them at least once a week to keep everything up to date.

    I used to also support Phoenix but I stopped after ~5 years because it was the least popular project but also took up more time to upgrade than all of the other example projects combined because Live View has changed in drastic ways so many times.

    Plus it became no longer enjoyable to work on it since I stopped using Phoenix in my day to day as well. That combined with it being the least popular example app between the 5 projects.

    I put together a 6 month plan to archive the repo in https://github.com/nickjj/docker-phoenix-example/issues/16, received zero feedback and then archived it at the start of 2026.

    [0]: https://github.com/nickjj/docker-flask-example

    [1]: https://github.com/nickjj/docker-rails-example

    [2]: https://github.com/nickjj/docker-django-example

    [3]: https://github.com/nickjj/docker-node-example

  16. playlistor

    🎶Apple Music ↔️ Spotify playlist convertor.

  17. asgi-correlation-id

    Request ID propagation for ASGI apps

    Project mention: Getting started with logging in FastAPI | dev.to | 2025-11-03

    To link log messages with requests we need a correlation ID. I highly recommend using the asgi-correlation-id package for this purpose.

  18. wakaq

    Background task queue for Python backed by Redis, a super minimal Celery

  19. celery-exporter

    A Prometheus exporter for Celery metrics

  20. celery-progress

    Drop in, configurable, dependency-free progress bars for your Django/Celery applications.

  21. django-guid

    Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery

  22. banking-system

    A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS

  23. pdbr

    pdb + Rich library

  24. robs_awesome_python_template

    Production-ready Python template: Choose from FastAPI, SQLAlchemy, Celery, Docker, CI/CD and more. Flexibility that scales from libraries to full applications.

  25. full-stack-fastapi-postgresql

    Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more. (by whythawk)

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Celery discussion

Log in or Post with

Python Celery related posts

  • I Built My Own Analytics Platform Instead of Paying for PostHog

    1 project | dev.to | 8 Jun 2026
  • Building a PostHog-Like Analytics Platform with FastAPI

    1 project | dev.to | 4 Jun 2026
  • flower VS dj-celery-panel - a user suggested alternative

    2 projects | 27 Feb 2026
  • Copyparty, the FOSS file server [video]

    4 projects | news.ycombinator.com | 26 Nov 2025
  • Uv overtakes pip in CI (for Wagtail users)

    4 projects | news.ycombinator.com | 13 Oct 2025
  • Building Async Backends with Django and Celery

    4 projects | dev.to | 3 Oct 2025
  • From Kiddie Projects to Production-Ready APIs: My FastAPI Journey at 18

    1 project | dev.to | 13 Aug 2025
  • A note from our sponsor - AppSignal
    www.appsignal.com | 9 Sep 2026
    APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →

Index

What are some of the best open-source Celery projects in Python? This list will help you:

# Project Stars
1 cookiecutter-django 13,605
2 flower 7,243
3 kombu 3,138
4 django-react-boilerplate 2,271
5 django-celery-beat 1,951
6 full-stack-ai-agent-template 1,878
7 django-celery 1,553
8 docker-django-example 1,528
9 jasmin 1,199
10 redbeat 1,051
11 8mb.local 910
12 django-celery-results 785
13 docker-flask-example 764
14 playlistor 674
15 asgi-correlation-id 645
16 wakaq 594
17 celery-exporter 559
18 celery-progress 496
19 django-guid 485
20 banking-system 349
21 pdbr 349
22 robs_awesome_python_template 310
23 full-stack-fastapi-postgresql 260

Sponsored
Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io

Did you know that Python is
the 1st most popular programming language
based on number of references?