Database backed asynchronous task queue
Project description
# Django Background Tasks
[![Build Status](https://travis-ci.org/arteria/django-background-tasks.svg?branch=master)](https://travis-ci.org/arteria/django-background-tasks) [![Documentation Status](https://readthedocs.org/projects/django-background-tasks/badge/?version=latest)](http://django-background-tasks.readthedocs.io/en/latest/?badge=latest) [![PyPI](https://img.shields.io/pypi/v/django-background-tasks.svg)](https://pypi-hypernode.com/pypi/django-background-tasks)
Django Background Task is a databased-backed work queue for Django, loosely based around [Ruby’s DelayedJob](https://github.com/tobi/delayed_job) library. This project was adopted and adapted from [lilspikey](https://github.com/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 http://django-background-tasks.readthedocs.io/en/latest/.
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.1.10.tar.gz
.
File metadata
- Download URL: django-background-tasks-1.1.10.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b930e889d413ef82dc32a28b04e398577719f453a23237029b0bcee3c64c196 |
|
MD5 | 38e767a4508551b04db31cd3e48152ae |
|
BLAKE2b-256 | 87246e72cb8c4930684dac242c68884d995ac5853fc377f00c6a91f55c15b3d0 |