Create a command, a job recursive in laravel or something like that

Viewed 24

I want to create a function in laravel that is executed once and only when finished it is executed again. It doesn't help me that it runs every second because if for some reason it is delayed, results would be duplicated. I wanted to try creating a recursive command but it doesn't allow me to create infinite loops, can you suggest me something? (sorry if my english is not perfect).

1 Answers
Related