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

`rofl deploy`: Implement ROFL ORC Registry push retry in case of 400 Bad Request error

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
go
領域
cli, cloud

調査の方向性

rofl deploy コマンドから開始し、ROFL ORC Registry への既存の push を見つけてください。400 Bad Request がどのように処理されるかを追跡し、クラウドストレージトークンの期限切れによってリトライが発生すること、また成功した push がコマンドを再実行せずに完了することを確認してください。

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

説明

rofl

Recently, we had one case at the hackathon where the push to ROFL ORC Registry did not succeed due to 400 Bad Request error.

Error: Failed to push ROFL app to OCI repository: failed to push to remote OCI repository: failed to perform "Push" on destination: PUT "http://rofl.sh/v2/<url>": response status code 400: Bad Request

The 400 Bad Request is usually returned when a token to access the cloud storage expires. This can happen, for example, in the case of a slow network. Currently, the solution is to retry and run the rofl deploy command again. We could mitigate that scenario by introducing a retry to the existing code.

主要言語
Go
スター
80
フォーク
23
平均マージ
9時間 43分
マージ済み PR(30日)
3

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

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

はじめの一歩

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

oasisprotocol/cli のほかの issue

oasisprotocol/cli の issue をすべて見る

似ている issue

Go の issue をもっと見る

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

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