Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
7042 Vistas


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.

Mejor respuesta

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
Publicaciones relacionadas Respuestas Vistas Actividad
1
ago 24
5179
0
jun 23
2092
7
jul 25
50353
0
dic 24
1243
ODOO.sh Resuelto
2
oct 24
13147