We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb5933 commit 3c8592fCopy full SHA for 3c8592f
services/autoscaling/src/simcore_service_autoscaling/modules/dask.py
@@ -325,7 +325,7 @@ async def compute_cluster_total_resources(
325
DASK_WORKER_THREAD_RESOURCE_NAME: worker_threads,
326
}
327
cluster_resources += Resources.from_flat_dict(
328
- worker_dask_resources.items(), mapping=DASK_TO_RESOURCE_NAME_MAPPING
+ worker_dask_resources, mapping=DASK_TO_RESOURCE_NAME_MAPPING
329
)
330
331
return cluster_resources
0 commit comments