Skip to content

Commit

Permalink
feat(openapi): add dask_cluster_max_number_of_workers field (reanahub…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Nov 11, 2024
1 parent fd90d74 commit bb6bad6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit bb6bad6

Please sign in to comment.