Bob.Hou
ca6e944bb1
fix(antigravity): propagate switchAuth signal from 429 engine to retry guard ( #9351 )
...
When Google returns a 429 with no parseable retry hint, decide429 correctly
classifies it as short_cooldown_switch_auth (switch accounts). But the
executor discarded that decision, keeping only retryMs=60000. The retry
guard then slept 60s against the same URL/account up to 3 times because
60000 <= LONG_RETRY_THRESHOLD_MS (inclusive boundary).
Plumb a switchAuth boolean through tryResolveRetryFromErrorBody so the
retry guard can decline the sleep branch and fall through to URL/account
fallback immediately.
Signed-off-by: Minxi Hou <houminxi@gmail.com >
2026-08-11 10:01:16 -03:00
..
2026-07-22 20:41:19 -03:00
2026-08-11 09:50:55 -03:00
2026-07-13 09:12:40 -03:00
2026-08-11 09:53:39 -03:00
2026-08-05 22:31:30 -03:00
2026-08-11 08:35:16 -03:00
2026-07-26 12:11:31 -03:00
2026-07-04 13:00:30 -03:00
2026-08-09 09:51:37 -03:00
2026-08-08 09:08:45 -03:00
2026-08-09 09:53:39 -03:00
2026-08-08 12:47:48 -03:00
2026-07-04 13:00:30 -03:00
2026-07-04 13:00:30 -03:00
2026-07-04 13:00:30 -03:00
2026-08-08 11:27:02 -03:00
2026-07-04 13:00:30 -03:00
2026-08-04 21:36:13 -03:00
2026-07-21 13:16:58 -03:00
2026-06-29 08:40:06 -03:00
2026-07-26 03:53:10 -03:00
2026-08-11 10:01:16 -03:00
2026-08-07 20:53:44 -03:00
2026-06-05 14:20:05 -03:00
2026-07-26 03:51:45 -03:00
2026-07-17 11:32:25 -03:00
2026-08-09 09:52:16 -03:00
2026-08-09 09:52:16 -03:00
2026-08-09 09:52:16 -03:00
2026-08-11 04:31:24 -03:00
2026-08-11 07:15:08 -03:00
2026-06-29 08:40:06 -03:00
2026-08-11 09:53:39 -03:00
2026-08-09 17:02:47 -03:00
2026-06-17 19:26:32 -03:00
2026-07-04 13:00:30 -03:00
2026-07-31 07:53:41 -03:00
2026-06-29 08:40:06 -03:00
2026-08-04 23:28:41 -03:00
2026-08-06 05:58:58 -03:00
2026-08-09 09:52:23 -03:00
2026-07-13 09:12:40 -03:00
2026-08-11 09:06:47 -03:00
2026-08-11 04:25:55 -03:00
2026-08-11 08:31:09 -03:00
2026-08-11 09:08:23 -03:00
2026-07-21 08:39:37 -03:00
2026-08-04 21:36:09 -03:00
2026-07-22 00:42:47 -03:00
2026-08-11 08:40:48 -03:00
2026-08-10 03:46:14 -03:00
2026-08-06 06:05:46 -03:00
2026-07-13 09:12:40 -03:00
2026-07-04 13:00:30 -03:00
2026-08-09 09:52:54 -03:00
2026-08-11 07:25:28 -03:00
2026-08-06 11:08:37 -03:00
2026-07-27 19:08:12 -03:00
2026-07-07 13:14:06 -03:00
2026-08-09 09:53:39 -03:00
2026-08-05 22:29:49 -03:00
2026-07-27 17:24:39 -03:00
2026-08-06 11:07:42 -03:00
2026-07-02 10:47:13 -03:00
2026-08-09 09:51:49 -03:00
2026-08-08 12:47:48 -03:00
2026-07-28 10:24:45 -03:00
2026-08-11 08:46:32 -03:00
2026-07-07 13:14:06 -03:00
2026-07-04 13:00:30 -03:00
2026-07-19 14:46:37 -03:00
2026-07-22 07:06:15 -03:00
2026-07-23 01:33:32 -03:00
2026-07-27 17:24:23 -03:00
2026-07-26 03:51:42 -03:00
2026-07-04 13:00:30 -03:00
2026-07-27 21:12:45 -03:00
2026-08-11 09:53:39 -03:00
2026-08-05 22:31:30 -03:00
2026-05-24 18:05:58 -03:00
2026-05-07 00:01:54 +07:00
2026-07-18 21:19:42 -03:00
2026-08-06 00:09:11 -03:00
2026-08-06 00:09:11 -03:00
2026-08-08 07:15:34 -03:00
2026-06-27 09:07:12 -03:00
2026-08-05 22:41:25 -03:00
2026-07-26 03:51:42 -03:00
2026-07-17 12:09:12 -03:00
2026-07-27 17:24:39 -03:00
2026-07-24 09:35:26 -03:00
2026-08-05 16:49:04 -03:00
2026-05-26 23:51:47 -03:00
2026-04-24 07:00:21 -03:00
2026-07-27 17:25:43 -03:00
2026-08-11 08:52:00 -03:00
2026-08-04 21:36:13 -03:00
2026-06-29 08:40:06 -03:00
2026-07-25 02:53:19 -03:00
2026-07-21 13:16:58 -03:00
2026-03-22 20:29:06 -03:00
2026-08-07 20:52:54 -03:00
2026-08-07 18:08:52 -03:00
2026-08-08 09:08:45 -03:00
2026-07-02 10:47:13 -03:00
2026-07-27 17:24:39 -03:00
2026-08-09 09:51:44 -03:00
2026-08-11 04:45:34 -03:00
2026-08-11 04:45:34 -03:00
2026-07-27 17:24:39 -03:00
2026-07-13 09:12:40 -03:00
2026-07-13 09:12:40 -03:00
2026-06-29 08:40:06 -03:00
2026-08-05 22:30:08 -03:00
2026-08-07 11:23:19 -03:00
2026-07-27 17:24:23 -03:00
2026-08-05 22:29:49 -03:00
2026-08-05 21:43:40 -03:00
2026-08-07 11:23:07 -03:00
2026-07-25 04:56:53 -03:00
2026-07-26 03:51:49 -03:00
2026-06-27 09:07:12 -03:00