Elie Habib
ca4ac460b6
fix(predictions): remove Kalshi API key, enforce Redis-only on Vercel ( #1642 )
...
Kalshi public market data endpoints require no authentication. Remove
the KALSHI_API_KEY gate that was disabling Kalshi entirely when the
env var was missing, and drop the Authorization header.
Rewrite the Vercel RPC handler to read from Railway-seeded Redis only
(gold standard), removing the fallback that fetched directly from
Gamma/Kalshi APIs on Vercel edge. Handler goes from 330 to 85 lines.
Double all prediction timing values to reduce Railway cron cost:
- Redis TTL: 15min -> 30min
- Health maxStaleMin: 15min -> 30min
- Client hydration freshness: 20min -> 40min
- Railway cron: 10min -> 20min (requires dashboard update)
2026-03-15 11:57:51 +04:00
..
2026-03-15 01:42:04 +04:00
2026-03-15 11:54:08 +04:00
2026-02-28 17:43:56 +04:00
2026-03-14 15:07:30 +04:00
2026-03-14 21:29:21 +04:00
2026-03-15 11:44:42 +04:00
2026-03-14 21:29:21 +04:00
2026-03-15 11:44:42 +04:00
2026-03-14 21:29:21 +04:00
2026-03-12 06:50:30 +04:00
2026-03-05 10:16:43 +04:00
2026-03-14 21:29:21 +04:00
2026-02-26 20:52:44 +04:00
2026-03-14 23:42:30 +04:00
2026-03-01 11:53:20 +04:00
2026-03-01 11:53:20 +04:00
2026-03-07 10:00:03 +04:00
2026-03-14 21:29:21 +04:00
2026-03-01 15:59:53 +04:00
2026-03-14 21:29:21 +04:00
2026-03-01 11:53:20 +04:00
2026-03-15 11:20:51 +04:00
2026-03-08 09:00:45 +04:00
2026-03-15 02:50:13 +04:00
2026-03-11 13:15:21 +04:00
2026-03-01 11:53:20 +04:00
2026-03-15 01:30:54 +04:00
2026-03-15 00:37:31 +04:00
2026-03-14 21:29:21 +04:00
2026-03-05 10:09:27 +04:00
2026-03-08 00:09:24 +04:00
2026-03-15 00:37:31 +04:00
2026-03-14 15:07:30 +04:00
2026-03-08 00:09:24 +04:00
2026-03-14 21:29:21 +04:00
2026-03-04 17:37:15 +04:00
2026-03-04 17:37:15 +04:00
2026-03-15 00:37:31 +04:00
2026-03-15 11:09:34 +04:00
2026-03-07 10:51:45 +04:00
2026-03-15 08:23:59 +04:00
2026-03-15 00:37:31 +04:00
2026-03-08 00:09:24 +04:00
2026-03-15 03:15:30 +04:00
2026-03-15 11:44:42 +04:00
2026-03-15 11:09:34 +04:00
2026-03-14 21:29:21 +04:00
2026-03-08 00:09:24 +04:00
2026-03-14 21:29:21 +04:00
2026-03-15 01:30:54 +04:00
2026-03-15 03:15:30 +04:00
2026-03-10 07:23:07 +04:00
2026-03-15 11:57:51 +04:00
2026-03-15 00:37:31 +04:00
2026-03-15 11:54:08 +04:00
2026-03-15 01:30:54 +04:00
2026-03-08 00:09:24 +04:00
2026-03-07 22:24:58 +04:00
2026-03-15 00:37:31 +04:00
2026-03-07 06:44:01 +04:00
2026-03-15 11:09:34 +04:00
2026-03-14 21:29:21 +04:00
2026-03-15 10:26:08 +04:00
2026-03-14 21:29:21 +04:00
2026-03-07 22:37:36 +04:00
2026-03-14 10:23:20 +04:00
2026-02-19 07:53:15 +04:00
2026-03-14 21:29:21 +04:00
2026-03-04 17:37:15 +04:00
2026-03-15 09:29:50 +04:00