For more information on how to write a good bug report
Description
Im currently running OSticket hosted in AWS ec2 with AWS load balancer, so that mean i have 3 osticket server using same database and files
But i have a problem with cronjob, currently my cron job is:
0,10,15,20,30,40,45,50 * * * * php /var/www/html/labcollector.com/tickets/api/cron.php >/dev/null 2>&1
Since i have several server running under loadbalancer, so it makes ticket dupplicate
Prerequisites
For more information on how to write a good bug report
Description
Im currently running OSticket hosted in AWS ec2 with AWS load balancer, so that mean i have 3 osticket server using same database and files But i have a problem with cronjob, currently my cron job is:
0,10,15,20,30,40,45,50 * * * * php /var/www/html/labcollector.com/tickets/api/cron.php >/dev/null 2>&1
Since i have several server running under loadbalancer, so it makes ticket dupplicate
What should i do for this case?