# HG changeset patch # User Alain Mazy # Date 1627889084 -7200 # Node ID 32be8356e55aa995855f2e57c881bb8e5ad5b28e # Parent 7bda641d5d408e37fed8db6571dbf116810f2494 jobs limitation with multiple writers/readers diff -r 7bda641d5d40 -r 32be8356e55a Sphinx/source/faq/scalability.rst --- a/Sphinx/source/faq/scalability.rst Fri Jul 30 11:52:53 2021 +0200 +++ b/Sphinx/source/faq/scalability.rst Mon Aug 02 09:24:44 2021 +0200 @@ -299,6 +299,8 @@ a :ref:`revision mechanism ` to prevent concurrent updates. +* Each Orthanc instance maintains its own list of jobs; therefore, the + `/jobs` route will return only the jobs of the responding Orthanc. Latency