Closed1

GitHub API の rate limit が厳しくなった件

Shunsuke SuzukiShunsuke Suzuki

最近 access token を使わないで aqua-installer 使うとちょくちょく失敗するようになった。
デフォルトで actions token 渡すようにするか
https://github.blog/changelog/2025-05-08-updated-rate-limits-for-unauthenticated-requests/

  • REST APIへの匿名アクセス
  • raw.githubusercontent.com からのファイルのダウンロード

これを見る限り GitHub Releases から API を使わずに asset をダウンロードするのは対象外のように見える。

https://github.com/szksh-lab/.github/actions/runs/15082243052/job/42400373723

time="2025-05-17T05:48:24Z" level=error msg="install the registry" aqua_version=2.51.2 env=linux/amd64 error="get a file by Get GitHub Content API: status code 429" program=aqua registry_name=standard
time="2025-05-17T05:48:24Z" level=fatal msg="aqua failed" aqua_version=2.51.2 env=linux/amd64 error="it failed to install some registries" program=aqua

standard registry のダウンロードに失敗している

このスクラップは4ヶ月前にクローズされました