mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 11:08:11 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# Django Q
|
||||
##A multiprocessing task queue application for Django
|
||||
[](https://travis-ci.org/Koed00/django-q)
|
||||
### Status
|
||||
In Alpha and Python 3 only (for now).
|
||||
In Alpha.
|
||||
Everything should work, but the basic structure can still change.
|
||||
Main focus will be put on creating tests now.
|
||||
Main focus is on creating more test, better coverage and stability.
|
||||
|
||||
|
||||
### Architecture
|
||||
@@ -65,4 +66,4 @@ In case of a stop signal, the sentinel will halt the pusher and instruct the wor
|
||||
Packages can be assigned a hook function, upon completion of the package this function will be called with the Task object as the first argument.
|
||||
|
||||
### Todo
|
||||
I'll add to this README while I'm developing the various parts.
|
||||
I'll add to this README while I'm developing the various parts.
|
||||
|
||||
Reference in New Issue
Block a user