Skip to content

Commit 0613b9f

Browse files
author
Andrei Neagu
committed
revert
1 parent b2ffc56 commit 0613b9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/status_monitor/_deferred_get_status.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ async def on_result(
7676
)
7777
if user_id:
7878
await notify_service_status_change(app, user_id, result)
79-
# TODO: also notify the UI renderer about the change
80-
# Write this using pubsub and a queue. We render if stuff changes?
8179
await service_tracker.set_frontend_notified_for_service(app, node_id)
8280
else:
8381
_logger.info(

0 commit comments

Comments
 (0)