When searching for identities, frontend requests to /api/v1/environments/{environment_api_key}/identities/?q={search_term} are too aggressive.
We should consider:
- Lowering the request rate in the frontend somehow.
- Rate limiting the endpoint in the backend to avoid excess queries blowing up the database.
PR remediating the problem in the backend by adding an index: #5369
When searching for identities, frontend requests to
/api/v1/environments/{environment_api_key}/identities/?q={search_term}are too aggressive.We should consider:
PR remediating the problem in the backend by adding an index: #5369