Skip to content

Cron job is only working when I run the cron command manually

I have created a cron job and its only working when I run the below command:

php bin/magento cron:run

But the cron should run automatically. What Could be the issue and why the cron is not running automatically in my case?

Could anyone please help me and guide on this?