콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
7250 화면


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
5472
0
6월 23
2186
7
7월 25
50790
0
12월 24
1456
ODOO.sh 해결 완료
2
10월 24
13396