Laravel 2 min read
Prevent a scheduled import from overlapping itself
A catalog import normally finishes in two minutes, but today it takes twenty. A schedule that starts it every five minutes can create several concurrent imports unless overlap is e...