I am just learning to understand PHP-Resque. I did follow the documentation here
https://github.com/fridgegit/php-resque
Based on the reading of the documentation, I am guessing that I have to set up a job using this command
QUEUE=* PHP resuqe.php
I tried this command for the demo https://github.com/fridgegit/php-resque/tree/master/demo but I don't see anything as output other than
*** Starting worker abcd-65a2ff3d76.abcd.local:34171:*
I just see this for long time and I had to abort.
Can you please tell me how to run this demo and also if I can see some logging to understand how the queue system works?
regards