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 6499829 commit abb9e35Copy full SHA for abb9e35
services/director/src/simcore_service_director/registry_cache_task.py
@@ -74,7 +74,6 @@ async def on_startup() -> None:
74
_logger.info("Registry caching disabled")
75
return
76
77
- app.state.registry_cache = {}
78
app.state.registry_cache_task = asyncio.get_event_loop().create_task(
79
registry_caching_task(app)
80
)
0 commit comments