Skip to content

Commit bb8ed3e

Browse files
fix: async_jobs router
1 parent e4a5322 commit bb8ed3e

File tree

1 file changed

+2
-0
lines changed
  • services/storage/src/simcore_service_storage/api/rpc

1 file changed

+2
-0
lines changed

services/storage/src/simcore_service_storage/api/rpc/routes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import logging
22

3+
from celery_library.rpc import _async_jobs
34
from fastapi import FastAPI
45
from models_library.api_schemas_storage import STORAGE_RPC_NAMESPACE
56
from servicelib.logging_utils import log_context
@@ -13,6 +14,7 @@
1314

1415

1516
ROUTERS: list[RPCRouter] = [
17+
_async_jobs.router,
1618
_paths.router,
1719
_simcore_s3.router,
1820
]

0 commit comments

Comments
 (0)