mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 01:16:01 +03:00
[GH-ISSUE #332] claude-kiro-oauth希望添加并发限制。 #240
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#240
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @88489754 on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/332
每个帐号编辑->健康检查,下面可以添加
1.自定义并发限制(concurrencyLimit),用于限制每个帐号同时LLM推理数,比如设置6,则这个帐号最大同时运行6个LLM推理,超过进入队列,队列满返回429错误,限速。
2.自定义队列数量限制,超过最大并发则排队,队列满了返回429限速错误,如果没满,则持续处理任务
@justlovemaki commented on GitHub (Feb 26, 2026):
最新版已提供
@fredericky123 commented on GitHub (Feb 26, 2026):
在哪里设置 没找到ε=(´ο`*)))
@88489754 commented on GitHub (Feb 27, 2026):
好的,看到了谢谢
@88489754 commented on GitHub (Feb 27, 2026):
你再找找?在kiro设置里面有了
@fredericky123 commented on GitHub (Feb 27, 2026):
找到了 这个设置为多少比较好 还以为是全局设置呢