-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): allow configuring number of threads for Dask workers (#877)
Following the integration of Dask into REANA and discussions with several REANA users, we identified the need to make the number of threads configurable. This commit introduces two variables to be configured by admins. `REANA_DASK_CLUSTER_DEFAULT_SINGLE_WORKER_THREADS` defines the default number of threads per worker when not specified in `reana.yaml` `REANA_DASK_CLUSTER_MAX_SINGLE_WORKER_THREADS` sets the upper limit for user-defined values in `reana.yaml`. Closes #874
- Loading branch information
Showing
4 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters