Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2113 Lượt xem

Hi Folks,

I am using odoo 10 and critical situation is that 62 schedulers are running and 27 of 62 are running at interval of  1 minute. one or more than one some scheduler gone stuck. Friends suggest me any alternative to sort out this problem to run odoo smoothly.

Every suggestion will be appreciate.

Regards,

Akhilesh Gupta

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You need to follow below steps.

1. Configure Worker in server as per server resources.

2. Create multiple users for schedulers and assign different users in schedulers. ( Do not execute all scheduler with same users)

3. Increase max_cron_threads(Maximum number of threads processing concurrently cron jobs) in config file as per server configuration.

Ảnh đại diện
Huỷ bỏ
Tác giả

Any process to configure worker in server as per server resources? Currently system running on 16 core processor, also explain how can differently assign different scheduler?