Infinitely running Laravel - PHP -


a class in php needs called infinitely after each execution. class executes , job in 4 seconds or more, finish time vary in seconds depending on task gathering(gps coordinates) finishes nicely without crash. have built above task jquery , ajax , works fine.

however, working laravel , have thought implementing laravel cron far have encountered limitation laravel cron.

they mention task run time linked minutes,hours,days,weeks,month doesn't not mention execution depending on successful completion of first task. execute same class again , again not halting current execution.

does laravel have limitation or missing something.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -