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 dcddbdd commit 7b881aaCopy full SHA for 7b881aa
services/web/server/src/simcore_service_webserver/notifications/project_logs.py
@@ -4,6 +4,7 @@
4
from aiohttp import web
5
from models_library.projects import ProjectID
6
from models_library.rabbitmq_messages import (
7
+ ComputationalPipelineStatusMessage,
8
LoggerRabbitMessage,
9
ProgressRabbitMessageNode,
10
ProgressRabbitMessageProject,
@@ -21,6 +22,7 @@
21
22
23
24
25
26
]
27
28
0 commit comments