I need to increase the time limit of a cron. How can I do this in odoo sh?
Pertanyaan ini telah diberikan tanda
2
Replies
8929
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
|
1
Agu 24
|
7686 | ||
|
|
0
Jun 23
|
3304 | ||
|
|
7
Jul 25
|
53994 | ||
|
|
0
Des 24
|
3338 | ||
|
ODOO.sh
Diselesaikan
|
|
2
Okt 24
|
15577 |
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.