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 43c2ab7 commit 3175137Copy full SHA for 3175137
services/autoscaling/src/simcore_service_autoscaling/modules/dask.py
@@ -320,7 +320,7 @@ async def compute_cluster_total_resources(
320
# get dask information about resources
321
worker_dask_resources = worker_details["resources"]
322
worker_threads = worker_details["nthreads"]
323
- worker_dask_resources = {
+ worker_dask_resources: dict[str, int | float | str] = {
324
**worker_dask_resources,
325
DASK_WORKER_THREAD_RESOURCE_NAME: worker_threads,
326
}
0 commit comments