Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
7132 Vizualizări


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

Imagine profil
Abandonează

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.

Cel mai bun răspuns

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
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
aug. 24
5286
0
iun. 23
2139
7
iul. 25
50501
0
dec. 24
1333
ODOO.sh Rezolvat
2
oct. 24
13237