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.