mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-21 11:28:12 +08:00
Merge branch 'master' into orm
# Conflicts: # docs/conf.py
This commit is contained in:
@@ -9,6 +9,6 @@ from .models import Task, Schedule, Success, Failure
|
||||
from .cluster import Cluster
|
||||
from .status import Stat
|
||||
|
||||
VERSION = (0, 6, 3)
|
||||
VERSION = (0, 6, 4)
|
||||
|
||||
default_app_config = 'django_q.apps.DjangoQConfig'
|
||||
|
||||
+4
-3
@@ -28,11 +28,12 @@ All configuration settings are optional:
|
||||
name
|
||||
~~~~
|
||||
|
||||
Used to differentiate between projects using the same Redis server. Defaults to ``'default'``.
|
||||
This can be useful if you have several projects using the same Redis server.
|
||||
Used to differentiate between projects using the same broker.
|
||||
On most broker types this will be used as the queue name.
|
||||
Defaults to ``'default'``.
|
||||
|
||||
.. note::
|
||||
Tasks are encrypted. When a worker encounters a task it can not decrypt, it will be discarded.
|
||||
Tasks are encrypted. When a worker encounters a task it can not decrypt, it will be discarded or failed.
|
||||
|
||||
workers
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user