If there is a time zone issue eg- if you haven't configured the time zone in the config/app.php file like this
'timezone' => env('APP_TIMEZONE', 'America/New_York'),
then also scheduler won't work. so first run this command php artisan schedule:list
Then look see whether it gives errors.