(20250701) - tick out debugging.

This commit is contained in:
yatmesh
2025-07-01 14:33:18 +05:30
parent 2debee6fa7
commit c0c5b8aa58
+3 -1
View File
@@ -231,7 +231,9 @@ async def ticks_from_kafka(
) )
# If there are no updates to give: # If there are no updates to give:
if not ticks: continue if not ticks:
no_context_printer("No ticks.")
continue
# Each message must be treated as an array of tick updates (list of dicts). # Each message must be treated as an array of tick updates (list of dicts).
# In case the producer is sending each individual tick as a separate message, # In case the producer is sending each individual tick as a separate message,