From fe1cb39bc56f3233362ff4a576de7036005a3bd0 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Sat, 2 May 2020 19:43:18 -0400 Subject: [PATCH] Add note about Celery in TEMPLATE.env --- TEMPLATE.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TEMPLATE.env b/TEMPLATE.env index 15c2116..63f325d 100644 --- a/TEMPLATE.env +++ b/TEMPLATE.env @@ -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 \ No newline at end of file