Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
7131 Ansichten


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

Avatar
Verwerfen

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.

Beste Antwort

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
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Aug. 24
5284
0
Juni 23
2136
7
Juli 25
50496
0
Dez. 24
1333
ODOO.sh Gelöst
2
Okt. 24
13233