gh-gei icon indicating copy to clipboard operation
gh-gei copied to clipboard

Retry for delete team members

Open dylan-smith opened this issue 3 years ago • 0 comments

We have retry on 404 when retrieving the team members (in create-team). This is to handle some apparent race condition where create team API returns successful, but trying to get the list of team members thinks the team doesn't exist yet.

We are getting a similar problem when trying to delete the team members (example here: https://github.com/github/gh-gei/runs/6673513988?check_suite_focus=true#step:16:181). We should do a similar retry on 404 when trying to delete the team members.

dylan-smith avatar May 31 '22 15:05 dylan-smith