[IMP] developer/reference/cli: --limit-time-cron-conn
Document the newly created config option. See: https://github.com/odoo/odoo/pull/194141
This commit is contained in:
parent
3f87216e36
commit
4e1bd985ef
@ -605,6 +605,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