We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d34cd commit 0f26dd3Copy full SHA for 0f26dd3
celery-cmd
@@ -3,7 +3,7 @@
3
# Luca Pasquali <luca.pasquali@geosolutionsgroup.com>
4
CELERY_BIN=${CELERY_BIN:-"$(which celery||echo celery)"}
5
CELERY_APP=${CELERY_APP:-"geonode.celery_app:app"}
6
-CELERY__STATE_DB=${CELERY__STATE_DB:-"/mnt/volumes/statics/worker.state"}
+CELERY__STATE_DB=${CELERY__STATE_DB:-"/mnt/volumes/statics/worker@%h.state"}
7
# expressed in KB
8
CELERY__MAX_MEMORY_PER_CHILD=${CELERY__MAX_MEMORY_PER_CHILD:-"200000"}
9
CELERY__AUTOSCALE_VALUES=${CELERY__AUTOSCALE_VALUES:-"15,10"}
0 commit comments