Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
7133 Visualizzazioni


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

Avatar
Abbandona

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.

Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
ago 24
5287
0
giu 23
2139
7
lug 25
50505
0
dic 24
1333
ODOO.sh Risolto
2
ott 24
13237