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 115748e commit 50983d3Copy full SHA for 50983d3
services/storage/src/simcore_service_storage/core/application.py
@@ -87,6 +87,8 @@ def create_app(settings: ApplicationSettings) -> FastAPI: # noqa: C901
87
if not settings.STORAGE_WORKER_MODE:
88
setup_rabbitmq(app)
89
setup_rpc_api_routes(app)
90
+
91
+ assert settings.STORAGE_CELERY # nosec
92
setup_celery_client(app, celery_settings=settings.STORAGE_CELERY)
93
setup_rest_api_long_running_tasks_for_uploads(app)
94
setup_rest_api_routes(app, API_VTAG)
0 commit comments