Hello,
I set mine cronjobs for user which is file owner.
This is my setup.
* * * * * /opt/plesk/php/5.6/bin/php /var/www/vhosts/kojot.info/magento.kojot.info/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/vhosts/kojot.info/magento.kojot.info/var/log/magento.cron.log
* * * * * /opt/plesk/php/5.6/bin/php /var/www/vhosts/kojot.info/magento.kojot.info/update/cron.php >> /var/www/vhosts/kojot.info/magento.kojot.info/var/log/update.cron.log
* * * * * /opt/plesk/php/5.6/bin/php /var/www/vhosts/kojot.info/magento.kojot.info/bin/magento setup:cron:run >> /var/www/vhosts/kojot.info/magento.kojot.info/var/log/setup.cron.log
I also tried with */1 to set for each minute, but situation is the same.
In cron logs, I see that those 3 crons runned every minute, but also I see in admin panel that reindex is still required.
I can reindex it with
/opt/plesk/php/5.6/bin/php magento indexer:reindex
but I want that Magento do that automaticly.
In cron_schedule table I have about 48 records, but only one record with indexing.
And there is written that cron is finished at 12:00:02, but in admin panel is this situation
You can see that all indexes are reindex yesterday at 3:10:48 PM, I did that manually from terminal, but I'm confused with "Catalog Rule Product", it shows like it executed last night at 1:00:01
Can you help me with any suggestion?