Server component render error on /money-flow and /economy/health endpoints
Bug: /money-flow and /economy/health endpoints result in a server component render error.
Comments
tesks · Jun 14, 2026, 6:16 PM
Resolved. The SSR render errors on /money-flow and /economy/health were the max_statement_time exceeded 500s — fixed this cycle by the shared-Redis SWR cache (PAR-156, incl. caching /economy/health which was uncached), the money-flow streaming-pivot rewrite that brings it under the statement timeout (PAR-157), and the probe/restart-cascade fix. Verified live: both routes return 200 (/money-flow ~0.16s, /economy/health ~0.06s).
Activity
tesks commentedJun 14, 2026, 6:16 PM
tesks changed status to Status → DoneJun 14, 2026, 6:16 PM
Resolved. The SSR render errors on
/money-flowand/economy/healthwere themax_statement_time exceeded500s — fixed this cycle by the shared-Redis SWR cache (PAR-156, incl. caching/economy/healthwhich was uncached), the money-flow streaming-pivot rewrite that brings it under the statement timeout (PAR-157), and the probe/restart-cascade fix. Verified live: both routes return 200 (/money-flow~0.16s,/economy/health~0.06s).