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

I have 2 instances run the same odoo server for load balancing and high availability but the problem both run the same  cron job twice so is there any way to stop the corn jobs from the conf file I tried max_cron_threads = 0 but it still works, any suggestions 

Аватар
Отменить
Лучший ответ

you can stop cron jobs on instance using this command below:

/etc/init.d/cron stop

show cron job command:
crontab -e
Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
янв. 18
9895
2
апр. 25
2572
5
мар. 25
18987
1
июн. 24
1857
1
мая 24
2506