Cron Job
  • Cronjob allow you to automate certain commands or scripts on your site.

    Setting up the Cronjob

    1. Login to your server
    2. Search and open the cron option on your server
    3. Add the above command to the crontab file and save it. {{-- Note: change the username and "path-to-your-project" to your server username and the actual path to your project respectively. --}}
    4. The cronjob will now run at minute you entered and execute the specified command.

    You can learn more about how to set up cronjob from our documentation