さまざまなサードパーティ プロバイダーによるレート制限
ステップの実行の一環として、パイプラインは、ユーザーの依存関係に基づいて、ユーザーに代わって複数のサードパーティ サービスとやり取りする場合があります。
The only direct third-party dependency pipelines have as part of a steps execution is DockerHub, and as such we run a mirror of all public layers hosted on DockerHub to avoid rate limiting wherever possible. However, as a lot of users extend images we strongly encourage users to authenticate to DockerHub to get a per-client rate limit as described on Docker Hub rate limit.
セルフホスト型のランナーを使用する場合、サードパーティのサービスとのやり取りはアトラシアンのインフラストラクチャを経由しません。外部サービスでは、あらゆる種類のレート制限を適用するときに、ランナーのホストの公開 IP アドレスが使用されます。
これらのサードパーティ サービスの中には、レート制限ポリシーを設けていて、一般的にトラフィックを次の 2 つのカテゴリに分けるものがあります。
未認証 (例: IP ごとのレート制限)
認証済み (例: クライアントごとのレート制限)
As pipelines use shared infrastructure to execute steps, you may be rate limited based on the amount of traffic from the current node to the third-party if you don't authenticate to that third-party service directly. As such, we strongly encourage users to authenticate to third-party services whenever it is available and/or use our dependency caching feature to reduce the amount of traffic you download from 3rd party services.
お客様がやり取りする可能性のある他のサードパーティ サービスには、次のようなレート制限ポリシーがあります。
各カスタマーがやり取りまたは使用する可能性のあるサードパーティのサービスは多岐にわたるため、このリストはすべてを網羅しているわけではありません。
この内容はお役に立ちましたか?