Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7232 Widoki


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

Awatar
Odrzuć

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.

Najlepsza odpowiedź

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
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 24
5437
0
cze 23
2171
7
lip 25
50776
0
gru 24
1446
ODOO.sh Rozwiązane
2
paź 24
13376