$schedule->command('crm:top-producers-two-weeks-ago')->weekly()->fridays() ->when(function () { return date('W') % 2; })->at("01:38")->withoutOverlapping;
$schedule->command('crm:top-producers-two-weeks-ago')->weekly()->fridays() ->when(function () { return date('W') % 2; })->at("01:38")->withoutOverlapping;