Set default CELERY_WORKER_CONCURRENCY to prevent unexpected ram usage
from it defaulting to number of cpus
This commit is contained in:
parent
013c879d32
commit
155f930739
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue