Skip to content

Commit

Permalink
debug type of send_info
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Feb 18, 2025
1 parent 98cf982 commit b87afc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ async def main() -> None:
gauges,
hsc_upload_detectors,
)
logging.info(type(send_info)
dispatch_fanned_out_messages_redis_stream(redis_client, redis_stream, tasks, send_info)
except UnsupportedMessageError:
logging.exception("Could not process message, continuing.")
Expand Down

0 comments on commit b87afc7

Please sign in to comment.