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

Retry the PATCH when linking a team to an external group

Open dylan-smith opened this issue 2 years ago • 1 comments

We saw an integration test fail with a 404 when trying to link the GH team to an AAD group. We've had alot of problems with apparant race conditions when creating teams that we've been playing whack a mole with. This is the latest.

https://github.com/github/gh-gei/actions/runs/4598087345/jobs/8121902159?pr=937#step:17:469

This operation - even though it's a write - should be safe to retry since it should be idempotent. Probably best to limit the retries to this specific error code (404).

dylan-smith avatar Apr 03 '23 15:04 dylan-smith

Here's another failure: https://github.com/github/gh-gei/actions/runs/5509620147/jobs/10042726906#step:16:376

dylan-smith avatar Jul 19 '23 18:07 dylan-smith