feat(catalog): add retries to octokit client

Signed-off-by: wpessers <warre.pessers@gmail.com>
This commit is contained in:
wpessers
2026-03-27 14:54:37 +01:00
parent b9fec1bdc8
commit cca9fc2bb6
7 changed files with 17 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Added automatic retry on temporary errors (like 5XX) to the shared GitHub GraphQL client used by `GithubOrgEntityProvider` and replaced the GraphQL client in `GithubEntityProvider` by this one as well, improving resilience against intermittent GitHub API failures.