Commit bb1c314
committed
fix: Redis connection crash from string keepalive option keys
redis-py 7.3.0 requires integer socket constants for
socket_keepalive_options, not string keys like "TCP_KEEPIDLE".
Removed custom keepalive options — socket_keepalive=True uses
system defaults which are sufficient.
This was causing all Redis operations to fail in production,
breaking SSE streaming, billing cache, and agent state management.1 parent aee7a46 commit bb1c314
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 72 | + | |
78 | 73 | | |
79 | 74 | | |
80 | 75 | | |
| |||
0 commit comments