跳至内容
菜单
此问题已终结
2 回复
6956 查看


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

形象
丢弃

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.

最佳答案

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
形象
丢弃
相关帖文 回复 查看 活动
1
8月 24
5043
0
6月 23
2000
7
7月 25
50000
0
12月 24
1067
ODOO.sh 已解决
2
10月 24
12899