changeset 855:12f8932ee3a7

jobs update
author Alain Mazy <am@osimis.io>
date Wed, 08 Jun 2022 16:58:44 +0200
parents b569e93d1d45
children 60c4deeb6892
files Sphinx/source/users/advanced-rest.rst
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Wed Jun 08 16:35:11 2022 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Wed Jun 08 16:58:44 2022 +0200
@@ -28,7 +28,8 @@
 ``JobsHistorySize`` option).
 
 By default, Orthanc saves the jobs into its database (check out the
-``SaveJobs`` option).  Jobs are saved every 10 seconds and when
+``SaveJobs`` option).  Jobs are saved within 100ms after their creation,
+and then, the whole jobs list, with their updated status, is saved every 10 seconds and when
 Orthanc stops. If Orthanc is stopped then relaunched, the jobs whose 
 processing was not finished are automatically put into the queue of 
 pending tasks or resumed if they were being processed when Orthanc stopped,