I need to increase the time limit of a cron. How can I do this in odoo sh?
Denna fråga har flaggats
2
Svar
8995
Vyer
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
Njuter du av diskussionen? Läs inte bara, delta också!
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
|
1
aug. 24
|
7771 | ||
|
|
0
juni 23
|
3352 | ||
|
|
7
juli 25
|
54087 | ||
|
|
0
dec. 24
|
3403 | ||
|
ODOO.sh
Löst
|
|
2
okt. 24
|
15645 |
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.