- Notifications
You must be signed in to change notification settings - Fork152
A database-backed work queue for Django
License
NotificationsYou must be signed in to change notification settings
django-background-tasks/django-background-tasks
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Django Background Task is a database-backed work queue for Django, loosely based aroundRuby's DelayedJob library. This project was adopted and adapted fromlilspikey django-background-task.
To avoid conflicts on PyPI we renamed it to django-background-tasks (plural). For an easy upgrade from django-background-task to django-background-tasks, the internal module structure were left untouched.
In Django Background Task, all tasks are implemented as functions (or any other callable).
There are two parts to using background tasks:
- creating the task functions and registering them with the scheduler
- setup a cron task (or long running process) to execute the tasks
SeeRead the docs.
About
A database-backed work queue for Django
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Python100.0%