Skip to content

Commit

Permalink
[IMP] developer/reference/cli: --limit-time-cron-conn
Browse files Browse the repository at this point in the history
Document the newly created config option.

closes #11822

See: odoo/odoo#194141
X-original-commit: de2241e
Related: odoo/odoo#194705
Signed-off-by: William Braeckman (wbr) <[email protected]>
  • Loading branch information
Williambraecky committed Jan 22, 2025
1 parent db5abde commit ea9c8bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/developer/reference/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea9c8bd

Please sign in to comment.