I need to increase the time limit of a cron. How can I do this in odoo sh?
La domanda è stata contrassegnata
2
Risposte
8957
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
1
ago 24
|
7742 | ||
|
|
0
giu 23
|
3330 | ||
|
|
7
lug 25
|
54032 | ||
|
|
0
dic 24
|
3370 | ||
|
ODOO.sh
Risolto
|
|
2
ott 24
|
15610 |
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.