Skip to content

Commit 50550b4

Browse files
add redis on startup
1 parent 4b4d5a2 commit 50550b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/storage/src/simcore_service_storage/core/application.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ def create_app(settings: ApplicationSettings) -> FastAPI:
8888
setup_rest_api_routes(app, API_VTAG)
8989
set_exception_handlers(app)
9090

91-
if settings.STORAGE_WORKER_MODE:
92-
setup_redis(app)
91+
setup_redis(app)
9392

9493
setup_dsm(app)
9594
if settings.STORAGE_CLEANER_INTERVAL_S:

0 commit comments

Comments
 (0)