We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef1dd5 commit 92ecdb1Copy full SHA for 92ecdb1
README.md
@@ -1,12 +1,13 @@
1
django-db-queue
2
==========
3
-[](https://magnum.travis-ci.com/dabapps/django-db-queue)
+[](https://travis-ci.org/dabapps/django-db-queue)
4
5
Simple databased-backed job queue. Jobs are defined in your settings, and are processed by management commands.
6
7
-
8
Asynchronous tasks are run via a *job queue*. This system is designed to support multi-step job workflows.
9
+This is not yet production-ready, and the API is liable to change. Use at your own risk.
10
+
11
### Terminology
12
13
#### Job
0 commit comments