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 03c52b4 commit 74814c4Copy full SHA for 74814c4
services/web/server/src/simcore_service_webserver/celery.py
@@ -45,7 +45,8 @@ async def setup_celery_task_manager(app: web.Application):
45
46
47
def get_task_manager(app: web.Application) -> TaskManager:
48
- return app[_APP_CELERY_TASK_MANAGER]
+ task_manager: CeleryTaskManager = app[_APP_CELERY_TASK_MANAGER]
49
+ return task_manager
50
51
52
# PLUGIN SETUP --------------------------------------------------------------------------
0 commit comments