3 comments
Resolved: Database connection pool settings have been optimized. Monitoring shows stable response times under load.
I'm seeing intermittent timeout errors when calling the /api/users endpoint during peak hours. Is this a known issue?
We've identified the issue. The connection pool was exhausted due to a memory leak in the database driver. Deploying a fix now.
Thanks for the quick response! Let me know when the fix is live so I can verify on our end.
Can we add rate limiting documentation to the API reference? Current docs don't mention the 100 req/min limit.