Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
7184 Visualizações


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

Avatar
Cancelar

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.

Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
ago. 24
5367
0
jun. 23
2153
7
jul. 25
50677
0
dez. 24
1414
ODOO.sh Resolvido
2
out. 24
13301