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
7039 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
5178
0
cze 23
2092
7
lip 25
50352
0
gru 24
1240
ODOO.sh Rozwiązane
2
paź 24
13144