From 3d379dec58c2909a3a39876d3b9fc3d1693e556b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 30 Sep 2019 17:19:14 +0200 Subject: [PATCH] adding reference to the load testing use case in the documentation --- build/docs/content/12-scalability.md | 2 ++ docs/index.html | 4 ++++ 2 files changed, 6 insertions(+) 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