Intermittent GitHub App init failures on github.com — getAppDetails "Authentication failure" / getPlatformConfig "platform-unknown-error" with a valid token #44190
-
|
We run Renovate as a GitHub App on github.com (self-hosted via Two failure shapes show up during these bursts: 1) Most common — at i.e. the GraphQL 2) In heavier bursts — one step later, at i.e. the next init GraphQL call (repository metadata) also comes back without usable What we've ruled out / observed:
Questions:
Environment: Renovate |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi there, |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. We think we have found the root cause: the installation's GraphQL rate limit getting exhausted, so the init GraphQL calls return HTTP 200 with an Trace logs for the The We think this one is ours to solve, so happy for you to close it as a config issue on our end. The one thing that might help others: Renovate could detect graphql_rate_limit and report it as rate limiting rather than "Authentication failure" / "platform-unknown-error". |
Beta Was this translation helpful? Give feedback.
Thanks. We think we have found the root cause: the installation's GraphQL rate limit getting exhausted, so the init GraphQL calls return HTTP 200 with an
errorsarray and nodata, which shows up as "Authentication failure" and "platform-unknown-error".Trace logs for the
platform-unknown-errorcase:The
getAppDetails/ "Authentication failure" case shows the samegraphql_rate_limit…