I need to increase the time limit of a cron. How can I do this in odoo sh?
لقد تم الإبلاغ عن هذا السؤال
2
الردود
8950
أدوات العرض
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
|
7730 | ||
|
|
0
يونيو 23
|
3326 | ||
|
|
7
يوليو 25
|
54018 | ||
|
|
0
ديسمبر 24
|
3360 | ||
|
ODOO.sh
تم الحل
|
|
2
أكتوبر 24
|
15602 |
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.