Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
7059 Представления


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
5212
0
июн. 23
2099
7
июл. 25
50375
0
дек. 24
1274
ODOO.sh Решено
2
окт. 24
13158