From 2405d1ce6e629714ead8afe036d0027fcafb9e8d Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Mon, 6 Nov 2023 11:53:10 +0100 Subject: [PATCH] Fix the mistake in quay.io investigation The 429 error is not a pull rate limit, but rather a general API endpoint throttling to prevent DoS attacks through API. Let's correct it in the document. Signed-off-by: Michal Konecny --- docs/registry_to_quay/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/registry_to_quay/index.rst b/docs/registry_to_quay/index.rst index 8a8c37e..fb3a555 100644 --- a/docs/registry_to_quay/index.rst +++ b/docs/registry_to_quay/index.rst @@ -30,7 +30,7 @@ Nice to have Risks ----- -* There is a `pull rate limit `_ per second on IP address on quay.io. This could cause issues in the future, but current load should be easily handled. +* There is a `API endpoint throttling `_ per second on IP address on quay.io. This could cause issues in the future, but current load should be easily handled. Statistics ----------