Skip to content

Commit 6b7754a

Browse files
committed
add todo for integration task
1 parent 2111fd3 commit 6b7754a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

smartsim/_core/mli/infrastructure/storage/backbonefeaturestore.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ def _broadcast(self) -> int:
287287
comm_channel = self._get_comm_channel(descriptor)
288288

289289
try:
290+
# todo: given a failure, the message is not sent to any other
291+
# recipients. consider retrying, adding a dead letter queue, or
292+
# logging the message details more intentionally
290293
comm_channel.send(next_event)
291294
num_sent += 1
292295
except Exception as ex:

0 commit comments

Comments
 (0)