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 437b95b commit 983b8a5Copy full SHA for 983b8a5
services/web/server/src/simcore_service_webserver/garbage_collector/_core_disconnected.py
@@ -147,9 +147,7 @@ async def remove_disconnected_user_resources(
147
)
148
await logged_gather(
149
*[
150
- registry.remove_resource(
151
- key, resource_name
152
- ) # why not remove the alive key as well? this makes no sense
+ registry.remove_resource(key, resource_name)
153
for key in keys_to_update
154
],
155
reraise=False,
0 commit comments