django-celery-beat

Celery Periodic Tasks backed by the Django ORM (by celery)

Django-celery-beat Alternatives

Similar projects and alternatives to django-celery-beat

  1. django-rest-framework

    Web APIs for Django. 🎸

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. django-ninja

    đź’¨ Fast, Async-ready, Openapi, type hints based framework for building APIs

  4. django-allauth

    Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

  5. rq

    Simple job queues for Python

  6. django-channels

    Developer-friendly asynchrony for Django

  7. banking-system

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

  8. UpSnap

    A simple wake on lan web app written with SvelteKit, Go and PocketBase.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. django-celery-results

    Celery result back end with django

  11. django-celery-docker-example

    Discontinued Example Docker setup for a Django app behind an Nginx proxy with Celery workers

  12. celery-progress

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

  13. django-anymail

    Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more

  14. django-login-required-middleware

    Requires login to all requests through middleware.

  15. django-celery

    Old Celery integration project for Django

  16. python-xlib

    XLib in pure Python (Py2/Py3 compatible)

  17. Django-SAAS-Boilerplate

    Supercharge your SAAS development using the django SAAS Boilerplates

  18. kombu

    Messaging library for Python.

  19. django-celery-email

    Discontinued A Django email backend that uses a celery task for sending the email.

  20. nose2

    The successor to nose, based on unittest2

  21. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better django-celery-beat alternative or higher similarity.

django-celery-beat discussion

Log in or Post with

django-celery-beat reviews and mentions

Posts with mentions or reviews of django-celery-beat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-08.
  • Building a SaaS app using Django
    8 projects | dev.to | 8 Jul 2024
    For scheduled tasks, you can use Django celery beat to manage periodic tasks, ensuring they run at specified intervals.
  • Dynamically update periodic tasks in Celery and Django
    3 projects | /r/django | 17 Oct 2022
    I was looking for a nice way to manipulate periodic tasks in Celery. I found an amazing django-celery-beat package that provides PeriodicTask database objects. With PeriodicTask objects, you can dynamically add/remove/update periodic tasks in Celery. I want to share my approach. I've created an example GitHub repository and wrote step-by-step article.
  • Programmatically creating user defined scheduled tasks/cron jobs.
    1 project | /r/django | 21 Sep 2022
    Please take a look at https://github.com/celery/django-celery-beat with this package you can dynamically define periodic tasks. They are stored in your database, so they are persistent between deployments. I'm using this package with Celery in my project for server uptime monitoring, it is working well. I can dynamically add/delete/update any task.
  • Is it possible to link a model's field to a specific function?
    1 project | /r/django | 11 May 2022
    Something similar is presented in django-celery-beat where you’re able to create schedule for running repeated task. So, there is choice field in admin, and choices are literally names of registered celery tasks.
  • Scheduling Tasks
    1 project | /r/django | 8 Jan 2022
    I would recommend using celery in combination with celery beat scheduling and this package https://github.com/celery/django-celery-beat . What this means is if you have a task that you want to dynamically schedule for different times for different users all you have to do as add a new row to a database table and celery will handle the rest for executing.
  • How do you subscribe to a feed in Django?
    1 project | /r/django | 27 Dec 2021
    If you want more control and/or visibility into your periodic tasks, I'd go with something like Celery Beat, that's easily integrated with Django: https://github.com/celery/django-celery-beat
  • Django 4.0 released
    1 project | /r/Python | 7 Dec 2021
    For me it was django-celery-beat
  • [Task] Python/Django $20 Overriding a model of a Django App to add a field
    1 project | /r/slavelabour | 27 Aug 2021
    I use a Django extension called django-celery-beat. It creates several models & one of those models is called crontab. It has a few fields & I would like to add one more field so that I can name these crontabs for easy reference. So I need to override the model & add the field.
  • A note from our sponsor - Nutrient
    nutrient.io | 16 Feb 2025
    Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free. Learn more →

Stats

Basic django-celery-beat repo stats
8
1,752
8.4
6 days ago

Sponsored
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io

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