feat: Set the number of worker threads to start

This commit is contained in:
Carlos Álvaro
2022-01-01 14:32:13 +01:00
parent dfeea999ac
commit c2fb76fc53
6 changed files with 44 additions and 29 deletions

View File

@@ -4,6 +4,10 @@ This file only reflects the changes that are made in this image.
Please refer to the [Salt 3004 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3004.html)
for the list of changes in SaltStack.
**3004_6**
- Set the number of worker threads to start by setting `SALT_WORKER_THREADS` env variable.
**3004_5**
- Set the number of workers for the runner/wheel in the reactor by setting `SALT_REACTOR_WORKER_THREADS` env variable.