Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Summary
RetrieveTeam and ListTeamMembers endpoints have high mean response times and occasional
spikes up to 1 minute. Reported by a customer using both endpoints directly via API as part
of an automated GitHub → Sentry sync process. Please find additional details in the Linear ticket.
Affected Endpoints
| Endpoint |
Params |
Mean Response Time |
GET /api/0/teams/{org}/{team}/ |
expand=externalTeams |
14.4s |
GET /api/0/teams/{org}/{team}/members/ |
per_page=50, cursor pagination |
16.2s |
Reproduction
- Call
GET /api/0/teams/{org}/{team}/?expand=externalTeams on an org with many external
team mappings
- Call
GET /api/0/teams/{org}/{team}/members/?per_page=50 with cursor pagination on an
org with many team members
- Does not reproduce on small test orgs
Expected Result
Both endpoints should respond faster regradless of org size
Actual Result
Both endpoints return correct results but take 14-16s mean response time on orgs with many team mappings.
Product Area
Settings - Integrations
Link
No response
DSN
No response
Version
No response
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Summary
RetrieveTeamandListTeamMembersendpoints have high mean response times and occasionalspikes up to 1 minute. Reported by a customer using both endpoints directly via API as part
of an automated GitHub → Sentry sync process. Please find additional details in the Linear ticket.
Affected Endpoints
GET /api/0/teams/{org}/{team}/expand=externalTeamsGET /api/0/teams/{org}/{team}/members/per_page=50, cursor paginationReproduction
GET /api/0/teams/{org}/{team}/?expand=externalTeamson an org with many externalteam mappings
GET /api/0/teams/{org}/{team}/members/?per_page=50with cursor pagination on anorg with many team members
Expected Result
Both endpoints should respond faster regradless of org size
Actual Result
Both endpoints return correct results but take 14-16s mean response time on orgs with many team mappings.
Product Area
Settings - Integrations
Link
No response
DSN
No response
Version
No response