Skip to content
Snippets Groups Projects
Unverified Commit 0f26dd32 authored by mattiagiupponi's avatar mattiagiupponi Committed by GitHub
Browse files

adding hostname to celery state db (#11557)

parent 24d34cde
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Luca Pasquali <luca.pasquali@geosolutionsgroup.com>
CELERY_BIN=${CELERY_BIN:-"$(which celery||echo celery)"}
CELERY_APP=${CELERY_APP:-"geonode.celery_app:app"}
CELERY__STATE_DB=${CELERY__STATE_DB:-"/mnt/volumes/statics/worker.state"}
CELERY__STATE_DB=${CELERY__STATE_DB:-"/mnt/volumes/statics/worker@%h.state"}
# expressed in KB
CELERY__MAX_MEMORY_PER_CHILD=${CELERY__MAX_MEMORY_PER_CHILD:-"200000"}
CELERY__AUTOSCALE_VALUES=${CELERY__AUTOSCALE_VALUES:-"15,10"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment