Re: How to make sure your Magento cron job is running

You need to run indexer command to solve this error.
From the root of your magento path,

php bin/magento indexer:reindex

Check cron is working or not, run below command,

php bin/magento cron:run


Also, run the command from the root,
crontab -l
List all cron if you have cron otherwise display default cron.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post