Skip to content

Commit

Permalink
Explicitly disable servicelayer worker threads in Helm chart & env
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Nov 8, 2023
1 parent 360e0bc commit 3ef4bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aleph.env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ SENTRY_DSN=

# Sentry environment description, see https://docs.sentry.io/platforms/python/configuration/environments/
SENTRY_ENVIRONMENT=

# Number of threads to use in servicelayer workers, 0 = disabled.
WORKER_THREADS=0
2 changes: 1 addition & 1 deletion helm/charts/aleph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ worker:
memory: 800Mi

env:
WORKER_THREADS: 5
WORKER_THREADS: 0

0 comments on commit 3ef4bce

Please sign in to comment.