[IMP] developer/reference/cli: --limit-time-cron-conn
Document the newly created config option.
closes odoo/documentation#11822
See: https://github.com/odoo/odoo/pull/194141
X-original-commit: de2241eb7c
Related: odoo/odoo#194705
Signed-off-by: William Braeckman (wbr) <wbr@odoo.com>
This commit is contained in:
parent
db5abde8ee
commit
ea9c8bd807
@ -609,6 +609,15 @@ Multiprocessing
|
||||
|
||||
For multi-processing mode, this is in addition to the HTTP worker processes.
|
||||
|
||||
.. option:: --limit-time-worker-cron <limit>
|
||||
|
||||
Soft limit on how long a :ref:`cron <reference/actions/cron>` thread/worker is
|
||||
allowed to live before is is restarted, in seconds.
|
||||
|
||||
Set to 0 to disable.
|
||||
|
||||
Defaults to *0*.
|
||||
|
||||
.. _reference/cmdline/config:
|
||||
|
||||
Configuration file
|
||||
|
Loading…
Reference in New Issue
Block a user