I have a very simple logical question.
I will run the work processing logic on a separate application server.
The order processing application will be a standalone application, doing nothing, just processing tasks.
In my code, how can I make sure my application constantly keeps checking the redis server for work? -I have to run the code in an infinite loop? -or I need to restart my application
or is there some kind of built-in mechanism in Kue that I'm missing here?
thanks
source share