Laravel onOneServer() method of task scheduler break with php artisan cache:clear
My laravel application is behind load balancer and 2 EC2 instances are running simultaneously. Before I was managing cronjob on only one server but this is not ideal way because if load increased or something unusual error happen and if…