Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

アクセストークンとともにリポジトリ情報を取得する #31

Merged
merged 3 commits into from
Jul 14, 2024

Conversation

treastrain
Copy link
Member

購読するリポジトリが増えてきた影響で、Fetcher.fetch(repository:) にて GitHub からリポジトリ情報を取得しようとした際、API 上限に引っかかってしまって失敗するようになってしまった。

GitHub アクセストークンを用いたアクセスを行うことでこの API 上限が緩和されるため、それを用いるようにする。

(ただ 依然として数が多いので、再実行を繰り返すと API 上限に再び引っかかったりする😢)

@treastrain treastrain self-assigned this Jul 14, 2024
@treastrain treastrain merged commit 6583a9f into main Jul 14, 2024
1 check passed
@treastrain treastrain deleted the support-github-authenticated-request branch July 14, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant