I need to increase the time limit of a cron. How can I do this in odoo sh?
此問題已被標幟
2
回覆
8975
瀏覽次數
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
|
7750 | ||
|
|
0
6月 23
|
3339 | ||
|
|
7
7月 25
|
54059 | ||
|
|
0
12月 24
|
3383 | ||
|
ODOO.sh
已解決
|
|
2
10月 24
|
15620 |
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.