I need to increase the time limit of a cron. How can I do this in odoo sh?
신고된 질문입니다
2
답글
9000
화면
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
|
7772 | ||
|
|
0
6월 23
|
3354 | ||
|
|
7
7월 25
|
54093 | ||
|
|
0
12월 24
|
3404 | ||
|
ODOO.sh
해결 완료
|
|
2
10월 24
|
15646 |
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.