I need to increase the time limit of a cron. How can I do this in odoo sh?
Diese Frage wurde gekennzeichnet
2
Antworten
8939
Ansichten
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
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
|
1
Aug. 24
|
7702 | ||
|
|
0
Juni 23
|
3316 | ||
|
|
7
Juli 25
|
54009 | ||
|
|
0
Dez. 24
|
3352 | ||
|
ODOO.sh
Gelöst
|
|
2
Okt. 24
|
15593 |
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.