I need to increase the time limit of a cron. How can I do this in odoo sh?
Bu soru işaretlendi
2
Cevaplar
8949
Görünümler
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
Tartışma hoşunuza mı gidiyor? Sadece okumakla kalmayın, katılın!
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
|
1
Ağu 24
|
7729 | ||
|
|
0
Haz 23
|
3322 | ||
|
|
7
Tem 25
|
54017 | ||
|
|
0
Ara 24
|
3359 | ||
|
ODOO.sh
Çözüldü
|
|
2
Eki 24
|
15600 |
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.