#21026 [Bug]: Frequent errors occurring when calling the Team List / User List API endpoint
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
When I use the API to access the Team List endpoint, I frequently encounter an error.
It doesn't happen 100% of the time, but the failure rate is significant. The specific error message returned is as follows:
``` Alert type: `db_exceptions` Level: `High` Timestamp: `11:47:45`
Message: DB read/write call failed: All connection attempts failedLiteLLM Prisma Client Exception disconnect(): All connection attempts failed Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/lib/python3.13/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = a…