I need to increase the time limit of a cron. How can I do this in odoo sh?
この質問にフラグが付けられました
2
返信
8963
ビュー
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
|
7747 | ||
|
|
0
6月 23
|
3337 | ||
|
|
7
7月 25
|
54044 | ||
|
|
0
12月 24
|
3375 | ||
|
ODOO.sh
解決済
|
|
2
10月 24
|
15613 |
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.