This extension enables you to store the periodic task schedule in the database. The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run. Usage and installation instructions for this extension are available from the Celery documentation. If you change the Django TIME_ZONE setting your periodic task schedule will still be based on the old timezone. To create a periodic task executing at an interval you must first create the interval object. If you have multiple periodic tasks executing every 10 seconds, then they should all point to the same schedule object.
Features
- Define a single periodic task to be run
- Create interval-based periodic tasks
- Create crontab-based periodic tasks
- Run periodic tasks
- Temporarily disable a periodic task
- You can install django-celery-beat either via the Python Package Index (PyPI) or from source
License
MIT LicenseFollow Database-backed Periodic Tasks
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Database-backed Periodic Tasks!