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 3c8d05e commit 8a9f0a0Copy full SHA for 8a9f0a0
services/web/server/src/simcore_service_webserver/catalog/_catalog_rest_client_service.py
@@ -120,6 +120,7 @@ async def get_services_for_user_in_product(
120
ttl=_CACHE_TTL,
121
key_builder=_create_service_cache_key,
122
cache=Cache.MEMORY,
123
+ # SEE https://github.com/ITISFoundation/osparc-simcore/pull/7802
124
)
125
async def get_service(
126
app: web.Application,
0 commit comments