Skip to Content
Menu
This question has been flagged
2 Replies
7134 Rodiniai


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

Portretas
Atmesti

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.

Best Answer

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
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
rugp. 24
5287
0
birž. 23
2139
7
liep. 25
50507
0
gruod. 24
1333
ODOO.sh Solved
2
spal. 24
13237