Skip to Content
Menú
This question has been flagged
2 Respostes
7051 Vistes


I need to increase the time limit of a cron. How can I do this in odoo sh?

Avatar
Descartar

Hi,

As far as I know you cannot do this. This is managed by Odoo itself and is the same for all Odoo instances running on SH.

Best Answer

Hello,

Edited answer. Was overthinking it by a lot. Import the config file from odoo and override the values in a python file

from odoo.tools import config
config['limit_time_real'] = None
config['limit_time_cpu'] = None
config['limit_time_real_cron'] = None
Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
d’ag. 24
5187
0
de juny 23
2096
7
de jul. 25
50365
0
de des. 24
1271
ODOO.sh Solved
2
d’oct. 24
13153