Hi When Installing your app I get to the end and it want me to add the following to my crontab file
"* * * * * /opt/alt/php54/usr/bin/php -f /var/www/vhosts/xxx/httpdocs/crm/cron.php > /dev/null 2>&1"
Firstly why does this need to run every minute of every day? Is this not excessive on my web server?
if not what would be your suggested frequency And could you pls clarify what this is doing for the system each time it runs?
"* * * * * /opt/alt/php54/usr/bin/php -f /var/www/vhosts/xxx/httpdocs/crm/cron.php > /dev/null 2>&1"
Firstly why does this need to run every minute of every day? Is this not excessive on my web server?
if not what would be your suggested frequency And could you pls clarify what this is doing for the system each time it runs?
Comment