Skip to content

Commit

Permalink
More specific options for scaling, added link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Nov 9, 2023
1 parent 3ef4bce commit ca58562
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions aleph.env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,9 @@ 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
# Number of threads to use in servicelayer workers.
# Set this to 0 to disable threads and use one worker per process.
# Non-zero values use as many threads as specified.
# If unset workers will use as many threads as there are logical CPUs installed.
# See https://docs.aleph.occrp.org/developers/installation/#scaling-workers
# WORKER_THREADS=

0 comments on commit ca58562

Please sign in to comment.