[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:
William Braeckman 2025-01-17 13:55:28 +01:00
parent 3f87216e36
commit 4e1bd985ef

View File

@ -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