Update docs and template to use 2 Redis databases
Switch default installation to use two Redis databases. One for the message broker, and the other to store task results. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -155,7 +155,7 @@ class PlatformTemplateSupervisord(PlatformTemplate):
|
||||
),
|
||||
YAMLVariable(
|
||||
name='CELERY_RESULT_BACKEND',
|
||||
default='redis://127.0.0.1:6379/0',
|
||||
default='redis://127.0.0.1:6379/1',
|
||||
environment_name='MAYAN_CELERY_RESULT_BACKEND'
|
||||
),
|
||||
YAMLVariable(
|
||||
|
||||
Reference in New Issue
Block a user