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 3175137 commit 20ceb3aCopy full SHA for 20ceb3a
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