惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
V
V2EX
博客园 - 叶小钗
雷峰网
雷峰网
小众软件
小众软件
量子位
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
Martin Fowler
Martin Fowler
G
Google Developers Blog
博客园_首页
博客园 - Franky
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(discord): remove channel run timeouts · openclaw/open...
steipete · 2026-04-29 · via Recent Commits to openclaw:main

@@ -1090,26 +1090,26 @@ openclaw logs --follow

1090109010911091

</Accordion>

109210921093-

<Accordion title="Long-running handlers time out or duplicate replies">

1093+

<Accordion title="Long-running Discord turns or duplicate replies">

1094109410951095

Typical logs:

109610961097-

- `Listener DiscordMessageListener timed out after 30000ms for event MESSAGE_CREATE`

10981097

- `Slow listener detected ...`

1099-

- `discord inbound worker timed out after ...`

1098+

- `stuck session: sessionKey=agent:...:discord:... state=processing ...`

110010991101-

Listener budget knob:

1100+

Carbon gateway queue knobs:

1102110111031102

- single-account: `channels.discord.eventQueue.listenerTimeout`

11041103

- multi-account: `channels.discord.accounts.<accountId>.eventQueue.listenerTimeout`

1104+

- this only controls Carbon gateway listener work, not agent turn lifetime

110511051106-

Worker run timeout knob:

1106+

Discord does not apply a channel-owned timeout to queued agent turns. Message listeners hand off immediately, and queued Discord runs preserve per-session ordering until the session/tool/runtime lifecycle completes or aborts the work.

110711071108-

- single-account: `channels.discord.inboundWorker.runTimeoutMs`

1109-

- multi-account: `channels.discord.accounts.<accountId>.inboundWorker.runTimeoutMs`

1110-

- default: `1800000` (30 minutes); set `0` to disable

1108+

Deprecated compatibility setting:

111111091112-

Recommended baseline:

1110+

- `channels.discord.inboundWorker.runTimeoutMs`

1111+

- `channels.discord.accounts.<accountId>.inboundWorker.runTimeoutMs`

1112+

- ignored by current Discord message handling

1113111311141114

```json5

11151115

{

@@ -1120,19 +1120,13 @@ openclaw logs --follow

11201120

eventQueue: {

11211121

listenerTimeout: 120000,

11221122

},

1123-

inboundWorker: {

1124-

runTimeoutMs: 1800000,

1125-

},

11261123

},

11271124

},

11281125

},

11291126

},

11301127

}

11311128

```

113211291133-

Use `eventQueue.listenerTimeout` for slow listener setup and `inboundWorker.runTimeoutMs`

1134-

only if you want a separate safety valve for queued agent turns.

1135-11361130

</Accordion>

1137113111381132

<Accordion title="Gateway metadata lookup timeout warnings">

@@ -1193,7 +1187,7 @@ Primary reference: [Configuration reference - Discord](/gateway/config-channels#

11931187

- policy: `groupPolicy`, `dm.*`, `guilds.*`, `guilds.*.channels.*`

11941188

- command: `commands.native`, `commands.useAccessGroups`, `configWrites`, `slashCommand.*`

11951189

- event queue: `eventQueue.listenerTimeout` (listener budget), `eventQueue.maxQueueSize`, `eventQueue.maxConcurrency`

1196-

- inbound worker: `inboundWorker.runTimeoutMs`

1190+

- deprecated compatibility: `inboundWorker.runTimeoutMs` (ignored)

11971191

- gateway metadata: `gatewayInfoTimeoutMs`

11981192

- reply/history: `replyToMode`, `historyLimit`, `dmHistoryLimit`, `dms.*.historyLimit`

11991193

- delivery: `textChunkLimit`, `chunkMode`, `maxLinesPerMessage`