Files
OmniRoute/tests
Diego Rodrigues de Sa e Souza 314b6f1870 fix(resilience): respect connection cooldown stored as numeric epoch (#3954) (#3995)
rate_limited_until is a TEXT column, but setConnectionRateLimitUntil (Antigravity full-quota path) persists a raw epoch number that SQLite coerces to a numeric string ("1781696905131.0"). The selection predicate isAccountUnavailable then did new Date("1781696905131.0") -> NaN, so the cooling connection was never skipped and the router kept dispatching to rate-limited accounts. Normalize numeric-epoch strings (and number/Date/ISO) via a shared cooldownUntilMs() helper in isAccountUnavailable / getEarliestRateLimitedUntil / filterAvailableAccounts / parseFutureDateMs. ISO behavior preserved.
2026-06-16 09:20:28 -03:00
..
2026-05-23 01:46:59 -03:00
2026-06-13 17:27:40 -03:00
2026-06-15 03:32:11 -03:00
2026-06-10 13:49:08 -03:00
2026-06-13 17:27:40 -03:00