Skip to content

Commit

Permalink
feat(info): display information about Dask worker threads (#165)
Browse files Browse the repository at this point in the history
Following the recent change that makes the number of threads
configurable for Dask workers, this commit adds the updates the
`/api/info/` endpoint to include the two introduces parameters:

* `dask_cluster_default_single_worker_threads`: Defines the default
   number of threads per single Dask worker.
* `dask_cluster_max_single_worker_threads`: Sets an upper limit on
   the number of threads per single Dask worker.

Closes reanahub/reana#874
  • Loading branch information
Alputer committed Feb 20, 2025
1 parent b7e8357 commit e0cd9cd
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 83 deletions.
Loading

0 comments on commit e0cd9cd

Please sign in to comment.