Skip to Content
Menu
This question has been flagged
1 Reply
11280 Views

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 

Avatar
Discard
Best Answer

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

/etc/init.d/cron stop

show cron job command:
crontab -e
Avatar
Discard
Related Posts Replies Views Activity
2
Jan 18
9578
4
Dec 24
14777
1
Jun 24
620
1
May 24
783
1
May 24
322