riverty logo

Docs

Get Started Login

Cron Job - Shopware 5

Steps to Activate Cron Job

Step 1: Install Plugin

Make sure you installed the cron plugin in order to install the Riverty plugin

Shopware Cronjob 6 1.png

Step 2: Navigate

Configuration → Basic settings → System → Cron jobs

Shopware Cronjob 6 2.png

Step 3: Add Cron Job

Add this cron job to run all the cron jobs defined in the system.

Note: This will run all the cron every 15 minutes, but if you prefer less time than that, you could add it too. If you use the cPanel you can use the this command to tune the cron jobs as well.

*/15 * * * * /path/to/shopware/installation/bin/console sw:cron:run 

How to Add a Cron Job via cPanel