Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

3. Cron Jobs (Task Scheduling)

Tim Davis edited this page Sep 2, 2018 · 2 revisions

Some features of AmSYS are best run periodically. Instead of manually doing this, you can schedule these tasks to run using cron. If you're unfamiliar with how to use cron, follow this guide.


Auto Update Cache

Add a Cron Job to re-pull cached prices every 30 minutes.

  1. crontab -e
  2. */30 * * * * php /var/www/html/buysys/bin/console buysys:cache:update

The next step is to set up Branding to make the application show your information.

Clone this wiki locally