d195556f315ad0e0a01d074ff43d86576dc95c23
Fixes getriderlogs returning 500: it does a full-list LRANGE on the riderlogs Redis key (929K+ entries, ~650MB), which exceeded the 3s Redis read timeout added in v2.7.57. That call now gets a scoped 15s timeout instead of loosening the timeout globally. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
Languages
Python
80.9%
Shell
13.4%
HCL
4.7%
Dockerfile
1%