Page 1 of 1

Cron Jobs for Feedback Loops

PostPosted: Tue Oct 15, 2013 11:31 pm
by MaBoRaK
loading...........

The next CRON jobs is mandatory to process the Feedback Loops.

If you are using WHM/Cpanel
Code: Select all
0 * * * * /usr/local/bin/php /path/to/interspire/admin/addons/fbl/api/process.php 100000


If you are using common Linux Server
Code: Select all
0 * * * * /usr/bin/php /path/to/interspire/admin/addons/fbl/api/process.php 100000



Both CRON jobs means: The task will be executed each 1 hour.

connection closed.

Re: Cron Jobs for Feedback Loops

PostPosted: Tue Aug 04, 2015 5:56 pm
by mmm
This cron is probly also not needed anymore in the current FBL v2.7 ?