Skip to content

Commit

Permalink
Merge pull request #6 from DistributedCollective/rootstock
Browse files Browse the repository at this point in the history
Rootstock
  • Loading branch information
gofman8 authored Aug 23, 2024
2 parents 63c5bdb + 18ea380 commit 65a8cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/web/celery/worker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

set -euo pipefail

TASK_CONCURRENCY=${CELERYD_CONCURRENCY:-15000}
MAX_MEMORY_PER_CHILD="${WORKER_MAX_MEMORY_PER_CHILD:-2097152}"
MAX_TASKS_PER_CHILD="${MAX_TASKS_PER_CHILD:-1000000}"
TASK_CONCURRENCY="${CELERYD_CONCURRENCY:-1000}"

# DEBUG set in .env_docker_compose
if [ ${DEBUG:-0} = 1 ]; then
Expand Down

0 comments on commit 65a8cb9

Please sign in to comment.