comparison Sphinx/source/users/advanced-rest.rst @ 693:650100457193

SynchronousZipStream
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jun 2021 21:26:40 +0200
parents 17c1ff4e6ae4
children 8a247c645ac6
comparison
equal deleted inserted replaced
692:549824ebdf5a 693:650100457193
75 ``Priority`` field of the POST body. Jobs with higher priority will be 75 ``Priority`` field of the POST body. Jobs with higher priority will be
76 executed first. By default, the priority is set to zero. 76 executed first. By default, the priority is set to zero.
77 77
78 Despite being more complex to handle, the asynchronous mode is highly 78 Despite being more complex to handle, the asynchronous mode is highly
79 recommended for jobs whose execution time can last over a dozen of 79 recommended for jobs whose execution time can last over a dozen of
80 seconds (typically, the creation of an archive or a network transfer). 80 seconds (typically, the creation of an archive if
81 Indeed, synchronous calls can be affected by timeouts in the HTTP 81 ``SynchronousZipStream`` :ref:`configuration option <configuration>`
82 protocol if they last too long. 82 is set to ``false``, or a network transfer). Indeed, synchronous
83 calls can be affected by timeouts in the HTTP protocol if they last
84 too long.
83 85
84 86
85 .. _jobs-monitoring: 87 .. _jobs-monitoring:
86 88
87 Monitoring jobs 89 Monitoring jobs