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 da447cd commit 190d764Copy full SHA for 190d764
services/autoscaling/src/simcore_service_autoscaling/modules/dask.py
@@ -273,7 +273,7 @@ def _list_processing_tasks_on_worker(
273
async with _scheduler_client(scheduler_url, authentication) as client:
274
worker_url, _ = _dask_worker_from_ec2_instance(client, ec2_instance)
275
276
- _logger.debug("looking for processing tasksfor %s", f"{worker_url=}")
+ _logger.debug("looking for processing tasks for %s", f"{worker_url=}")
277
278
# now get the used resources
279
worker_processing_tasks: list[
0 commit comments