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