تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
6979 أدوات العرض


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
الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أغسطس 24
5065
0
يونيو 23
2021
7
يوليو 25
50117
0
ديسمبر 24
1115
ODOO.sh تم الحل
2
أكتوبر 24
13001