Posted in

How to Enable Magento 2 Cronjob

Magento uses cron jobs for numerous features to schedule activities. To enable the cron job in Magento 2, log in to the server using SSH. Switch to the appropriate user if you are logged in as root. Now run command

php bin/magento cron:install

If you need to remove the cronjob, run

php bin/magento cron:remove
set cronjob in magento 2
Visited 1 times, 1 visit(s) today

Leave a Reply

Your email address will not be published. Required fields are marked *