Please set the following cron command on your server (Ignore if already done)
* * * * * (Every Minute)

' . $phpPath . ' ' . base_path() . '/artisan schedule:run >> /dev/null 2>&1'; ?>
Note: in the above command is the path of PHP on your server. To ensure it works correctly, please enter the correct PHP path for your server and provide the path to your script. If you're unsure how to set up a cron job, you may want to consult with your server administrator or hosting provider.
startPush('scripts'); ?> stopPush(); ?>