Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
7076 Переглядів


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

Аватар
Відмінити

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.

Найкраща відповідь

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
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
серп. 24
5254
0
черв. 23
2118
7
лип. 25
50415
0
груд. 24
1310
ODOO.sh Вирішено
2
жовт. 24
13196