Docs, schema, and error handling improvements

This commit is contained in:
Jack Kingsman
2026-04-22 18:08:47 -07:00
parent 55f05bf03b
commit a8e346d0c5
5 changed files with 32 additions and 10 deletions
+1 -1
View File
@@ -862,7 +862,7 @@ async def send_channel_message_to_channel(
)
)
except Exception:
pass # Never let watchdog setup failure break the send
logger.error("Echo watchdog setup failed", exc_info=True)
return outgoing_message