# HG changeset patch # User Alain Mazy # Date 1654700324 -7200 # Node ID 12f8932ee3a7c3e354295891346a32a9c3513ffd # Parent b569e93d1d4591637e8c88d5e0303f735cc7d939 jobs update diff -r b569e93d1d45 -r 12f8932ee3a7 Sphinx/source/users/advanced-rest.rst --- 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,