Skip to content

Commit b1a9a11

Browse files
committed
fix order
1 parent b43f5df commit b1a9a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/director/src/simcore_service_director/core/application.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ def create_app(settings: ApplicationSettings) -> FastAPI:
5555

5656
# replace by httpx client
5757
setup_client_session(app)
58-
setup_registry(app)
5958
registry_cache_task.setup(app)
59+
setup_registry(app)
60+
6061
setup_instrumentation(app)
6162

6263
# ERROR HANDLERS

0 commit comments

Comments
 (0)