I am new to queueing systems. I am using resque with my current app and I have three queues to monitor. I wonder what is the best way to run and manage resque jobs. The reason for the question is that I am slightly confused with so many options suggested by developers on the internet. More specifically my confusion is around these two strategies.
- resque pool
- resque pool with god
why do I need resque pool if I can run workers with god alone?