From bb6bad65be225127c50842144e2e10d4742f0d92 Mon Sep 17 00:00:00 2001 From: Alputer Date: Mon, 11 Nov 2024 11:31:35 +0100 Subject: [PATCH] feat(openapi): add dask_cluster_max_number_of_workers field (#477) --- .../openapi_specifications/reana_server.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/reana_commons/openapi_specifications/reana_server.json b/reana_commons/openapi_specifications/reana_server.json index d8c95fc7..fd83bc8f 100644 --- a/reana_commons/openapi_specifications/reana_server.json +++ b/reana_commons/openapi_specifications/reana_server.json @@ -445,6 +445,10 @@ "title": "The maximum memory limit for Dask clusters created by users", "value": "16Gi" }, + "dask_cluster_max_number_of_workers": { + "title": "The maximum number of workers that users can ask for the single Dask cluster", + "value": "20" + }, "dask_cluster_max_single_worker_memory": { "title": "The maximum amount of memory that users can ask for the single Dask worker", "value": "8Gi" @@ -547,6 +551,17 @@ }, "type": "object" }, + "dask_cluster_max_number_of_workers": { + "properties": { + "title": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "type": "object" + }, "dask_cluster_max_single_worker_memory": { "properties": { "title": {