Skip to content

Commit

Permalink
feat(dask): update reana.yaml (reanahub#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Oct 24, 2024
1 parent 0245bca commit 3ac1661
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions reana_commons/validation/schemas/reana_analysis_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,15 @@
"properties": {
"image": {
"type": "string",
"description": "Image to be used by dask workers and scheduler"
"description": "Image to be used by Dask workers and scheduler"
},
"cores": {
"number_of_workers": {
"type": "number",
"description": "Number of cores to be used by the workflow. If not needed, autoscaler can choose to use fewer cores."
},
"memory": {
"type": "string",
"description": "Amount of memory to be used by the workflow. If not needed, autoscaler can choose to use less memory.",
"pattern": "^[1-9][0-9]*(Ei|Pi|Ti|Gi|Mi|Ki|E|P|T|G|M|K)$"
},
"single_worker_cores": {
"type": "number",
"description": "Cores for one dask worker."
"description": "Number of workers in the Dask cluster."
},
"single_worker_memory": {
"type": "string",
"description": "Memory for one dask worker.",
"description": "Memory for one Dask worker.",
"pattern": "^[1-9][0-9]*(Ei|Pi|Ti|Gi|Mi|Ki|E|P|T|G|M|K)$"
}
},
Expand Down

0 comments on commit 3ac1661

Please sign in to comment.