openclaw - 💡(How to fix) Fix [Bug]: api性能问题

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

是否有计划解决openclaw gateway性能问题,目前经常遇到eventloop阻塞,api调用超时。 服务器资源相当充裕,cpu/内存/io均空闲,瓶颈就是eventloop阻塞。 不能充分利用cpu资源,陷入优化瓶颈,各位大神是否有解决办法。

Root Cause

是否有计划解决openclaw gateway性能问题,目前经常遇到eventloop阻塞,api调用超时。 服务器资源相当充裕,cpu/内存/io均空闲,瓶颈就是eventloop阻塞。 不能充分利用cpu资源,陷入优化瓶颈,各位大神是否有解决办法。

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

是否有计划解决openclaw gateway性能问题,目前经常遇到eventloop阻塞,api调用超时。 服务器资源相当充裕,cpu/内存/io均空闲,瓶颈就是eventloop阻塞。 不能充分利用cpu资源,陷入优化瓶颈,各位大神是否有解决办法。

Steps to reproduce

1、创建sesson长达35秒以上,创建session期间所有eventloop都会阻塞排队。 2、多通道交互阻塞,多个agent通过多个channel通道进行对话,会遇到eventloop排队阻塞 3、api调用session.create、session.list等接口时,并发堵塞 4、多agent并发任务,资源空闲很多,无法充分利用,排队情况严重

Expected behavior

充分利用系统资源,隔离api与agent线程

Actual behavior

主线为单线程,几乎没有优化空间

OpenClaw version

2026.5.22

Operating system

mac/windows/ubuntu均有问题

Install method

npm全局

Model

qwen3.6plus/kimi2.6/deepseekV4-flash

Provider / routing chain

dingtalk - openclaw-gateway - bailian

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

充分利用系统资源,隔离api与agent线程

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: api性能问题