Set default CELERY_WORKER_CONCURRENCY to prevent unexpected ram usage

from it defaulting to number of cpus
This commit is contained in:
David Burke 2022-06-24 11:47:58 -04:00
parent 013c879d32
commit 155f930739

View file

@ -12,6 +12,7 @@ env:
normal:
ENABLE_SOCIAL_AUTH: false
GLITCHTIP_DOMAIN: https://example.com
CELERY_WORKER_CONCURRENCY: "2" # Remove to set to number of cpus
secret:
SECRET_KEY: # Required
# DATABASE_URL: Specify if using external postgres (not managed by this chart)