Diego Rodrigues de Sa e Souza
37116fd4d6
fix(antigravity): skip credits retry on full_quota_exhausted, persist 24h cooldown to DB ( #3707 ) ( #3754 )
...
Three bugs fixed together:
1. decide429() was called AFTER the Google One AI credits retry — a quota-exhausted
account could hang ~41s on the credits HTTP call before the full_quota_exhausted
verdict was ever computed. Now decide429() runs first; credits retry is skipped
when kind === full_quota_exhausted.
2. setConnectionRateLimitUntil() was never called from the antigravity executor —
the 24h cooldown state lived only in memory and was lost on restart, causing
post-restart requests to re-learn exhaustion the hard way (7,412 upstream 429s
documented in #3707 ). markConnectionQuotaExhausted() now persists it to the DB.
3. antigravity429Engine classify429() did not recognise the real Antigravity quota
message ("Individual quota reached. Contact your administrator to enable overages.")
— it fell through to the unknown category and never triggered the quota_exhausted
path. Added "quota reached", "enable overages", "individual quota" to the keywords.
2026-06-13 03:01:09 -03:00
..
2026-06-06 00:20:51 -03:00
2026-06-12 23:49:22 -03:00
2026-06-07 07:20:02 -03:00
2026-06-01 19:46:58 -03:00
2026-06-12 23:49:22 -03:00
2026-03-05 08:41:44 -03:00
2026-05-01 12:37:09 -03:00
2026-05-04 01:36:53 -03:00
2026-06-13 03:01:09 -03:00
2026-05-21 01:29:12 -03:00
2026-04-16 16:07:44 -03:00
2026-05-23 01:46:59 -03:00
2026-05-26 23:51:47 -03:00
2026-05-21 01:29:12 -03:00
2026-04-13 13:13:37 -03:00
2026-05-21 01:29:12 -03:00
2026-05-21 01:29:12 -03:00
2026-05-30 13:03:02 -05:00
2026-06-06 19:13:11 -03:00
2026-03-23 11:08:14 -03:00
2026-04-17 21:02:26 -03:00
2026-05-26 23:51:47 -03:00
2026-05-26 23:51:47 -03:00
2026-06-07 07:20:02 -03:00
2026-06-09 15:56:24 -03:00
2026-05-31 18:17:34 -03:00
2026-05-29 13:21:36 -03:00
2026-05-13 10:55:33 -03:00
2026-04-13 14:43:32 -03:00
2026-06-10 13:49:08 -03:00
2026-05-24 18:05:58 -03:00
2026-04-19 19:50:30 -03:00
2026-04-12 22:41:12 -03:00
2026-04-19 19:50:30 -03:00
2026-05-30 14:35:53 +00:00
2026-06-07 07:20:02 -03:00
2026-05-26 23:51:47 -03:00
2026-05-15 12:51:07 -03:00
2026-05-02 00:48:54 -03:00
2026-05-12 20:28:02 -03:00
2026-05-23 01:46:59 -03:00
2026-05-30 13:03:02 -05:00
2026-06-12 23:49:22 -03:00
2026-06-08 00:55:42 -03:00
2026-06-12 23:49:22 -03:00
2026-05-10 00:55:06 -03:00
2026-05-31 18:06:18 -03:00
2026-05-29 12:44:29 -03:00
2026-06-11 18:52:29 -03:00
2026-05-24 18:05:58 -03:00
2026-04-25 23:51:18 -03:00
2026-06-03 18:24:41 -03:00
2026-05-10 00:55:06 -03:00
2026-06-13 01:40:57 -03:00
2026-06-11 04:01:24 -03:00
2026-05-26 23:51:47 -03:00
2026-05-26 23:51:47 -03:00
2026-06-12 23:49:22 -03:00
2026-05-29 13:21:36 -03:00
2026-05-14 20:19:55 -03:00
2026-04-11 09:38:17 -03:00
2026-06-04 20:05:38 -03:00
2026-06-06 06:49:46 -03:00
2026-06-06 19:13:11 -03:00
2026-05-23 01:46:59 -03:00
2026-05-29 13:21:36 -03:00
2026-05-24 18:05:58 -03:00
2026-05-10 00:55:06 -03:00
2026-06-11 18:52:29 -03:00
2026-04-12 10:34:10 -03:00
2026-03-23 09:21:03 -03:00
2026-06-12 23:49:22 -03:00
2026-05-29 12:44:29 -03:00
2026-04-22 01:39:49 -03:00
2026-05-29 12:44:29 -03:00
2026-05-31 11:31:34 -03:00
2026-05-23 01:46:59 -03:00
2026-06-09 15:56:24 -03:00
2026-06-10 13:49:08 -03:00
2026-06-10 13:49:08 -03:00
2026-05-10 00:55:06 -03:00
2026-06-07 07:20:02 -03:00
2026-06-06 03:11:58 -03:00
2026-05-29 13:21:36 -03:00
2026-05-26 23:51:47 -03:00
2026-04-13 13:11:30 -03:00
2026-06-06 19:13:11 -03:00
2026-05-29 13:21:36 -03:00
2026-06-04 20:05:38 -03:00
2026-06-12 23:49:22 -03:00
2026-05-31 19:13:41 -03:00
2026-05-29 13:21:36 -03:00
2026-06-04 20:05:38 -03:00
2026-05-16 10:13:08 -03:00
2026-05-29 13:21:36 -03:00
2026-06-04 20:05:38 -03:00
2026-05-29 13:21:36 -03:00
2026-05-10 00:55:06 -03:00
2026-05-10 00:55:06 -03:00
2026-05-10 00:55:06 -03:00
2026-05-26 23:51:47 -03:00
2026-05-24 18:05:58 -03:00
2026-03-14 10:59:15 -03:00
2026-06-06 02:48:38 -03:00
2026-05-10 00:55:06 -03:00
2026-05-10 00:55:06 -03:00
2026-05-10 00:55:06 -03:00
2026-05-10 00:55:06 -03:00
2026-06-12 23:49:22 -03:00
2026-05-29 12:44:29 -03:00
2026-06-12 23:49:22 -03:00
2026-06-04 20:05:38 -03:00
2026-05-29 13:21:36 -03:00
2026-06-03 18:29:31 -03:00
2026-06-12 23:49:22 -03:00
2026-03-30 12:58:45 -03:00
2026-05-30 21:17:52 -03:00
2026-06-08 00:48:01 -03:00
2026-04-17 23:21:02 -03:00
2026-04-03 00:15:35 -03:00