laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

[schedule] per server withoutOverlapping #2542

Open woodongwong opened 3 years ago

woodongwong commented 3 years ago

The withoutOverlapping function prevents tasks from being repeatedly executed, no matter how many servers your application is deployed on. However, sometimes we need tasks to simply not be repeated on the same server. I would expect a Without overlapping on the one server function.

I'm very sorry, my English is very poor and I don't know if I can express myself clearly.