Skip to content

Commit c77fa8b

Browse files
committed
not sure why
1 parent 1ba2011 commit c77fa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ async def _computational_pipeline_status_message_parser(
9595
rabbit_message.user_id,
9696
include_state=True,
9797
)
98+
_logger.info("We got an update of pipeline status %s", rabbit_message.run_result)
9899
if rabbit_message.run_result in RUNNING_STATE_COMPLETED_STATES:
99100
# the pipeline finished, the frontend needs to update all computational nodes
100101
computational_node_ids = (
@@ -104,7 +105,6 @@ async def _computational_pipeline_status_message_parser(
104105
)
105106
if _is_computational_node(n.key)
106107
)
107-
108108
await limited_gather(
109109
*[
110110
_projects_service.notify_project_node_update(

0 commit comments

Comments
 (0)