Endpoint: `/api/v1/environments/<environment_api_key>/identities/` Since #6009, this endpoint consumes identities from the primary database. It should consume from replicas when available. Need to use `using_database_replica` in the Django queryset.
Endpoint:
/api/v1/environments/<environment_api_key>/identities/Since #6009, this endpoint consumes identities from the primary database. It should consume from replicas when available.
Need to use
using_database_replicain the Django queryset.