mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-05-01 02:11:45 +00: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.