Avoid Overlapping crons jobs in Laravel Framework, is a fork and change for me.
composer require jhowbhz/console-mutex-divulgawhats
use Illuminated\Console\WithoutOverlapping;
class ExampleCommand extends Command
{
use WithoutOverlapping;
// ...
}