fix(celery): cap worker memory at 3g
This commit is contained in:
@@ -17,4 +17,5 @@ esac
|
||||
|
||||
exec celery -A core worker \
|
||||
--loglevel="${CELERY_LOG_LEVEL:-INFO}" \
|
||||
--concurrency="${CELERY_WORKER_CONCURRENCY:-2}"
|
||||
--concurrency="${CELERY_WORKER_CONCURRENCY:-1}" \
|
||||
--max-memory-per-child="${CELERY_WORKER_MAX_MEMORY_PER_CHILD_KB:-3145728}"
|
||||
|
||||
Reference in New Issue
Block a user