Skip to content

Conversation

@Hiroshiba
Copy link
Member

内容

downloadTypos内にあるfetchをリトライするようにしてみました。

https://github.com/VOICEVOX/voicevox/actions/runs/13535774481/job/37827107361
で落ちてmerge-queueが失敗したので実装してみました。

その他

@Hiroshiba Hiroshiba requested a review from a team as a code owner February 26, 2025 03:54
@Hiroshiba Hiroshiba requested review from Copilot and sevenc-nanashi and removed request for sevenc-nanashi February 26, 2025 03:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

tools/helper.ts:11

  • [nitpick] The loop using 'retries - 1' might be confusing and could potentially lead to off-by-one errors if 'retries' is set to 0 or 1. Consider iterating exactly 'retries' times and moving the delay logic inside the loop to handle all attempts uniformly.
for (let i = 0; i < retries - 1; i++) {

@voicevox-preview-pages
Copy link

🚀 プレビュー用ページを作成しました 🚀

更新時点でのコミットハッシュ:b7e0f43

Copy link
Member

@sevenc-nanashi sevenc-nanashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よさそう。

@Hiroshiba Hiroshiba enabled auto-merge March 1, 2025 21:42
@Hiroshiba Hiroshiba added this pull request to the merge queue Mar 1, 2025
Merged via the queue into VOICEVOX:main with commit acd5870 Mar 1, 2025
11 checks passed
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.

2 participants