I have a very simple logical question.
I will be running job processing logic on a separate app server.
My job processing app will be a standalone app, doing nothing just processing jobs.
In my code, how do I make sure that my app continuously keep checking redis server for jobs ? -Do I need to run the code in infinite loop ? -or Do I need to keep restarting my app
or there is some inbuilt mechanism in Kue that I'm missing here ?
Thanks