|
@@ -14,6 +14,9 @@ development servers before rolling it out to production!
|
|
|
|
|
|
**IMPORTANT CHANGES**
|
|
|
|
|
|
+* If you're using Python < 2.6 and you use the multiprocessing backport, then
|
|
|
+ multiprocessing version 2.6.2.1 is required.
|
|
|
+
|
|
|
* All AMQP_* settings has been renamed to BROKER_*, and in addition
|
|
|
AMQP_SERVER has been renamed to BROKER_HOST, so before where you had::
|
|
|
|
|
@@ -47,6 +50,9 @@ that was the previously implied name.
|
|
|
|
|
|
**CHANGES**
|
|
|
|
|
|
+* Incorporated the multiprocessing backport patch that fixes the
|
|
|
+``processName`` error.
|
|
|
+
|
|
|
* Ignore the result of PeriodicTask's by default.
|
|
|
|
|
|
* Added a Redis result store backend
|