Skip to content

Commit 119d9c6

Browse files
fix url
1 parent f0c143c commit 119d9c6

File tree

1 file changed

+1
-1
lines changed
  • services/clusters-keeper/src/simcore_service_clusters_keeper/modules

1 file changed

+1
-1
lines changed

services/clusters-keeper/src/simcore_service_clusters_keeper/modules/dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def is_scheduler_busy(
5959
require_encryption=True,
6060
)
6161
async with distributed.Client(
62-
url, asynchronous=True, timeout=_CONNECTION_TIMEOUT, security=security
62+
f"{url}", asynchronous=True, timeout=_CONNECTION_TIMEOUT, security=security
6363
) as client:
6464
datasets_on_scheduler = await _wrap_client_async_routine(client.list_datasets())
6565
_logger.info("cluster currently has %s datasets", len(datasets_on_scheduler))

0 commit comments

Comments
 (0)