https://redis.io has various help articles that might help, like:
Also a little older post but might be helpful:
Also check laravel horizon:
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Good afternoon:
I'm currently looking at scaling my application over multiple servers to speed up my Redis queues. I'm sending thousands of e-mails which simply eats through the RAM of my single server and sends the CPU usage through the roof.
I'm currently using Redis to cache the queue. Since I need to store the large amount of jobs I'm planning on creating a cache server to store the jobs until they are processed. I'm then planning to create a worker server to process the jobs stored on the Cache server.
I'm new to scaling out an application so was wondering if this was an appropriate way to organize my servers when using Redis to manage the queues?
Many Thanks, Adam
https://redis.io has various help articles that might help, like:
Also a little older post but might be helpful:
Also check laravel horizon:
Please or to participate in this conversation.