Add note about Celery in TEMPLATE.env

This commit is contained in:
R. Miles McCain 2020-05-02 19:43:18 -04:00
parent 77871dd56a
commit fe1cb39bc5
No known key found for this signature in database
GPG Key ID: 24F9B6A2588C5408

View File

@ -60,5 +60,7 @@ SHYNET_WHITELABEL=My Shynet Instance
# Redis and queue settings; not necessary for single-instance deployments.
# Don't uncomment these unless you know what you are doing!
# REDIS_CACHE_LOCATION=redis://redis.default.svc.cluster.local/0
# If CELERY_BROKER_URL is set, make sure CELERY_TASK_ALWAYS_EAGER is False
# If CELERY_BROKER_URL is set, make sure CELERY_TASK_ALWAYS_EAGER is False and
# that you have a separate queue consumer running somewhere via `celeryworker.sh`.
# CELERY_TASK_ALWAYS_EAGER=False
# CELERY_BROKER_URL=redis://redis.default.svc.cluster.local/1