I have a cron job scheduled on my VPS, which runs at manual execution but not when scheduled as a cron job.
Command
/usr/bin/php -q /var/www/html/cron.php notification sendChatNotication (*yii)
is working as expected on shell.
I have followed configuration settings as below.