mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
fix: 提升 Discord 长报告分片发送可靠性 (#1861)
* fix: improve Discord long report delivery * fix(review-feedback-1861): Catch all requests exceptions per chunk
This commit is contained in:
@@ -603,6 +603,7 @@ AGENT_SKILLS=
|
||||
# DISCORD_BOT_TOKEN=
|
||||
# DISCORD_MAIN_CHANNEL_ID=
|
||||
# DISCORD_CHANNEL_ID= # 兼容旧变量名,推荐改用 DISCORD_MAIN_CHANNEL_ID
|
||||
# DISCORD_MAX_WORDS=2000 # Discord 单条 content 上限为 2000;运行时会自动截到不超过 2000 并分片发送长报告
|
||||
# 如果你要接收 Discord Interaction / Webhook 回调,必须配置公钥用于验签
|
||||
# 获取方式:Discord Developer Portal -> General Information -> Public Key
|
||||
# DISCORD_INTERACTIONS_PUBLIC_KEY=
|
||||
|
||||
Reference in New Issue
Block a user