File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/web/server/src/simcore_service_webserver/long_running_tasks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ LICENSES_ITIS_VIP_API_URL=https://replace-with-itis-api/{category}
147147LICENSES_ITIS_VIP_CATEGORIES='{"HumanWholeBody": "Humans", "HumanBodyRegion": "Humans (Region)", "AnimalWholeBody": "Animal"}'
148148LICENSES_SPEAG_PHANTOMS_API_URL=https://replace-with-speag-api/{category}
149149LICENSES_SPEAG_PHANTOMS_CATEGORIES='{"ComputationalPhantom": "Phantom of the Opera"}'
150+ LONG_RUNNING_TASKS_NAMESPACE_SUFFIX=development
150151
151152# Can use 'docker run -it itisfoundation/invitations:latest simcore-service-invitations generate-dotenv --auto-password'
152153INVITATIONS_DEFAULT_PRODUCT=osparc
Original file line number Diff line number Diff line change 44
55from aiohttp import web
66from models_library .utils .fastapi_encoders import jsonable_encoder
7- from servicelib .aiohttp .application_setup import app_module_setup
7+ from servicelib .aiohttp .application_setup import ModuleCategory , app_module_setup
88from servicelib .aiohttp .long_running_tasks ._constants import (
99 RQT_LONG_RUNNING_TASKS_CONTEXT_KEY ,
1010)
1111from servicelib .aiohttp .long_running_tasks .server import setup
1212from servicelib .aiohttp .typing_extension import Handler
13- from simcore_service_webserver .rabbitmq import ModuleCategory
1413
1514from .. import rabbitmq_settings , redis
1615from .._meta import API_VTAG
You can’t perform that action at this time.
0 commit comments