Database backed asynchronous task queue
Project description
Django Background Task is a database-backed work queue for Django, loosely based around Ruby’s DelayedJob library. This project was adopted and adapted from lilspikey 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
Docs
See Read the docs.
django-background-tasks is free software. If you find it useful and would like to give back, please consider to make a donation using Bitcoin or Paypal. Thank you!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-background-tasks-1.2.0.tar.gz
.
File metadata
- Download URL: django-background-tasks-1.2.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.2 setuptools/36.2.7 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/2.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35a9a54961f3e4486ab2f9482d1e8ac63ab4f47e5e0b7e654a22f7002299ffae |
|
MD5 | fbe77a30998067b71f2856183a242c4e |
|
BLAKE2b-256 | 8b84d3d270e769182e2e82b46bd5f0728d4c95d43df265509eae5ae91ed41fc5 |