mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-04 07:22:13 +08:00
Resolve conflict in antigravity_gateway_service.go by keeping both retry strategies: - MODEL_CAPACITY_EXHAUSTED: handleModelCapacityExhaustedRetry (ours) - Single-account 503 long delay: handleSingleAccountRetryInPlace (upstream) Update tests to reflect that MODEL_CAPACITY_EXHAUSTED always goes through capacity retry regardless of single-account mode.