Search code examples
linuxlaravelchron

Running cron less then one minute- laravel


I wanna ask if is there any way to set cron in laravel less then one minute. right now execute script in while true loop is inconsiderable. I'm talking about LINUX system.


Solution

  • You can not execute cron jobs with less than one minute interval. You can check alternate solutions on https://serverfault.com/questions/49082/can-i-run-a-cron-job-more-frequently-than-every-minute