alcoma
Do you have admin rights to the server it's running on?
If yes:
Place a file in /etc/cron.d/ called whatever, I used process-task-queue. In this file place the following line:
* * * * * www-data /var/www/providence/support/bin/caUtils process-task-queue
If no:
Run the command crontab -e to open a text editor. Once again, put the following line in this file
* * * * * www-data /var/www/providence/support/bin/caUtils process-task-queue and save the file.
This should run the command every minute.