[IMP] developer/reference/cli: --limit-time-cron-conn
Document the newly created config option.
See: https://github.com/odoo/odoo/pull/194141
X-original-commit: ea9c8bd807
This commit is contained in:
parent
ceea81a32a
commit
0aabd3826d
@ -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