mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #82] Account rotation not triggered after 3x consecutive RESOURCE_EXHAUSTED #71
Labels
No labels
bug
enhancement
enhancement
notice
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zerogravity#71
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 @whhphd on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/82
What happened? / 发生了什么?
zg-trace-470c6a6b.tar.gz
diagnostic.zip
Running v1.3.9 in Docker headless mode with 2 accounts configured via
ZEROGRAVITY_ACCOUNTS(comma-separated). When the active account's Claude quota was exhausted, the rate limiter correctly detected 3x consecutiveRESOURCE_EXHAUSTEDand activated model cooldown, but account rotation was never triggered. The proxy continued rejecting requests with "Rate limiter rejected request" instead of rotating to the second account.Service was only restored after manually calling
POST /v1/accounts/set_activeto switch accounts.How to reproduce / 如何复现
ZEROGRAVITY_ACCOUNTSenv varZEROGRAVITY_QUOTA_CAP=0.2consecutive=3 cooldown_secs=30) but no rotation occursPOST /v1/accounts/set_activeor quota resetsDiagnostic Report / 诊断报告
Additional Context / 补充信息
No response