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

In a multi-server infrastructure, how can we make sure that all the crons are being executed only by a specific server? The results I see tells that only setting the cron-workers to zero in odoo.config is not enough, the jobs can still be routed to other servers.

Is there any way we can ensure the crons are executed through a specific server only?

Thanks!

الصورة الرمزية
إهمال

If you didn't find any help, dig deep into the code source and debug how odoo hundle such thing (From the line odoo hundle the config file or the CLI)

أفضل إجابة

You can try one thing,

Steps:

1) set all other servers odoo config with "max_cron_threads = 0"

2) Only update your cron server config with "max_cron_threads = 5" , as example.

I hope it will work.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
3
سبتمبر 23
11848
1
نوفمبر 21
11859
0
أكتوبر 24
2307
1
أغسطس 24
5248
0
مايو 21
3694