Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
13094 Переглядів

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
9937
2
квіт. 25
2867
5
бер. 25
19104
1
черв. 24
1888
1
трав. 24
2560