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 <mkonecny@redhat.com>
This commit is contained in:
parent
760e8527f9
commit
2405d1ce6e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Nice to have
|
|||
Risks
|
||||
-----
|
||||
|
||||
* There is a `pull rate limit <https://docs.quay.io/issues/429.html>`_ 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 <https://docs.quay.io/issues/429.html>`_ per second on IP address on quay.io. This could cause issues in the future, but current load should be easily handled.
|
||||
|
||||
Statistics
|
||||
----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue