[IMP] developer/reference/cli: --limit-time-cron-conn

Document the newly created config option.

closes odoo/documentation#11851

See: https://github.com/odoo/odoo/pull/194141
X-original-commit: ff6f55ae20
Related: odoo/odoo#195042
Signed-off-by: William Braeckman (wbr) <wbr@odoo.com>
This commit is contained in:
William Braeckman 2025-01-17 12:55:28 +00:00
parent 986a2a0483
commit 8b49ad8add

View File

@ -608,6 +608,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