Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
13234 Widoki

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 

Awatar
Odrzuć
Najlepsza odpowiedź

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

/etc/init.d/cron stop

show cron job command:
crontab -e
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
sty 18
9998
2
kwi 25
4241
5
mar 25
19404
1
cze 24
1983
1
maj 24
2693