Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
7056 Tampilan


I need to increase the time limit of a cron. How can I do this in odoo sh?

Avatar
Buang

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.

Jawaban Terbai

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
Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Agu 24
5209
0
Jun 23
2099
7
Jul 25
50374
0
Des 24
1274
ODOO.sh Diselesaikan
2
Okt 24
13158