Merge pull request #33632 from wpessers/feat/github-catalog-backend-extensiont/add-retry-to-github-client

feat(catalog): add retries to octokit client
This commit is contained in:
Fredrik Adelöw
2026-04-04 17:20:22 +02:00
committed by GitHub
7 changed files with 18 additions and 7 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.