Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
7145 มุมมอง


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
อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ส.ค. 24
5297
0
มิ.ย. 23
2142
7
ก.ค. 25
50526
0
ธ.ค. 24
1339
ODOO.sh แก้ไขแล้ว
2
ต.ค. 24
13254