I need to increase the time limit of a cron. How can I do this in odoo sh?
Esta pregunta ha sido marcada
2
Respuestas
8931
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
1
ago 24
|
7687 | ||
|
|
0
jun 23
|
3307 | ||
|
|
7
jul 25
|
53995 | ||
|
|
0
dic 24
|
3340 | ||
|
ODOO.sh
Resuelto
|
|
2
oct 24
|
15578 |
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.