Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
7040 Zobrazení


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

Avatar
Zrušit

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.

Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
srp 24
5179
0
čvn 23
2092
7
čvc 25
50352
0
pro 24
1242
ODOO.sh Vyřešeno
2
říj 24
13146