Closed kamilkisiela closed 4 days ago
alpha
)The latest changes of this PR are available as alpha on npm (based on the declared changesets ): |
Package | Version | Info |
---|---|---|---|
hive |
1.2.1-alpha-20241118144439-fa93a3e0f1092a5165e1fb9d895e6b137cfc0ac2 |
npm ↗︎ unpkg ↗︎ | |
hive-apollo-router-plugin |
0.1.2-alpha-20241118144439-fa93a3e0f1092a5165e1fb9d895e6b137cfc0ac2 |
npm ↗︎ unpkg ↗︎ |
🐋 This PR was built and pushed to the following Docker images (tag: 1bfa1e2e0ac351dcf9b05b1711a71b180b3386fe
):
🐋 This PR was built and pushed to the following Docker images:
Targets: build
Platforms: linux/arm64
Image Tag: fa93a3e0f1092a5165e1fb9d895e6b137cfc0ac2
Background
Currently, the requests to Github API are not retried in case of failures. This PR adds retries.
Uses Octokit's defaults
In case of 5XX errors, user is now informed about Github API struggling to resolve the request. We also point the user to visit github's status page.