Initial commit to support Celery 4.3.0
Merges 55e9b2263c from versions/next
with code from GitLab issue #594 and GitLab merge request !55.
Thanks to Jakob Haufe (@sur5r) and Jesaja Everling (@jeverling)
for much of the research and code updates.
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -140,9 +140,9 @@ class PlatformTemplateSupervisord(PlatformTemplate):
|
||||
environment_name='MAYAN_ALLOWED_HOSTS'
|
||||
),
|
||||
YAMLVariable(
|
||||
name='BROKER_URL',
|
||||
name='CELERY_BROKER_URL',
|
||||
default='redis://127.0.0.1:6379/0',
|
||||
environment_name='MAYAN_BROKER_URL'
|
||||
environment_name='MAYAN_CELERY_BROKER_URL'
|
||||
),
|
||||
YAMLVariable(
|
||||
name='CELERY_RESULT_BACKEND',
|
||||
|
||||
Reference in New Issue
Block a user