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 c81526a commit bb62cf8Copy full SHA for bb62cf8
services/web/server/src/simcore_service_webserver/resource_manager/garbage_collector.py
@@ -349,6 +349,7 @@ async def remove_orphaned_services(
349
for interactive_service in running_interactive_services:
350
# if not present in DB or not part of currently opened projects, can be removed
351
node_id = interactive_service["service_uuid"]
352
+ service_host = interactive_service["service_host"]
353
# if the node does not exist in any project in the db, we can safely remove it without saving any state
354
if not await is_node_id_present_in_any_project_workbench(app, node_id):
355
logger.info(
0 commit comments