digdagでデータマートを作成中に以下のエラーが出た。

Ngo Airup Digdag
Abotani Erang Official
2023-05-22

広告は適当(というかなんだこれ)

エラーを見ると、文中にこんなんが。

            "stoppedReason": "CannotPullContainerError: pull image manifest has been retried 5 time(s): httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/datadog/agent/manifests/xxxxxx: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit",
 
平たくいうと、6時間以内に同一IPからdockerにプルしすぎた結果、エラーになったらしい。
プルする場所を修正して突破。

上記エラーコメントにもあるURL参照
https://docs.docker.com/docker-hub/download-rate-limit/

__PRESENT