Skip to content

Commit

Permalink
feat(openapi): add dask_autoscaler_enabled field (reanahub#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Oct 31, 2024
1 parent d0becac commit fd90d74
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 @@ -429,6 +429,10 @@
"slurmcern"
]
},
"dask_autoscaler_enabled": {
"title": "Dask autoscaler enabled in the cluster",
"value": "False"
},
"dask_cluster_default_number_of_workers": {
"title": "The number of Dask workers created by default",
"value": "2Gi"
Expand Down Expand Up @@ -499,6 +503,17 @@
},
"type": "object"
},
"dask_autoscaler_enabled": {
"properties": {
"title": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"dask_cluster_default_number_of_workers": {
"properties": {
"title": {
Expand Down

0 comments on commit fd90d74

Please sign in to comment.