Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

CI test run can be flaky due to exceeding GitHub API limits

オープン
#142 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
32/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
github, python
領域
api, ci-cd, testing

調査の方向性

tests/test_github.py::test_integration と、workflow log に表示される osgithub.github.GithubAPIException から始めます。テストが GitHub API にアクセスする方法と、レート制限による失敗がどのように処理されるかを追跡します。API の制限に達したときに CI テストが信頼できる、定義された結果になることが完了の条件です。

索引モデルが issue の本文から書いたものです。

説明

A workflow run failed with this in the logs:

FAILED tests/test_github.py::test_integration - osgithub.github.GithubAPIException: {"message": "API rate limit exceeded for 74.249.5.177. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

It got cleared up when re-running the failed job, but this is potentially an irritation in future.

(I guess this happens when previous runners on that IP have used the GitHub API enough to encounter the rate limit.)

主要言語
Python
スター
0
フォーク
0
平均マージ
2日 20時間
マージ済み PR(30日)
9

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

opensafely-core/osgithub のほかの issue

opensafely-core/osgithub の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。