I need to increase the time limit of a cron. How can I do this in odoo sh?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
7250
화면
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
|
5472 | ||
|
0
6월 23
|
2186 | ||
|
7
7월 25
|
50790 | ||
|
0
12월 24
|
1456 | ||
ODOO.sh
해결 완료
|
|
2
10월 24
|
13396 |
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.