diff --git a/build/docs/content/12-scalability.md b/build/docs/content/12-scalability.md index 18aa9c18..2e3177dc 100644 --- a/build/docs/content/12-scalability.md +++ b/build/docs/content/12-scalability.md @@ -14,6 +14,8 @@ The more concurrent requests, the more `504` HTTP codes the API will return. On another hand, for [Office](#office) conversions, the API will start as many unoconv (LibreOffice) instances as there are requests. The limitation here is the available memory. +> See our [load testing use case](../loadtesting) for more details about the API behaviour under heavy load. + ## Strategies ### Increase timeout diff --git a/docs/index.html b/docs/index.html index 261ec674..98c168d3 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1321,6 +1321,10 @@ The more concurrent requests, the more 504 HTTP codes the API will

On another hand, for Office conversions, the API will start as many unoconv (LibreOffice) instances as there are requests. The limitation here is the available memory.

+
+

See our load testing use case for more details about the API behaviour under heavy load.

+
+

Strategies