Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SNaRe's avatar
Level 7

How to Auto-Scale Queue System ?

Hi,

I'm on forge and using laravel horizon. I can easily scale our workers on forge but our demand fluctuates. I don't want to use redis for queue because of ram limitation. I want to auto-scale our workers and queue system. What do you guys suggest? Thanks in advance. :)

0 likes
1 reply
gorakhyadav's avatar

Try with this

  https://medium.com/square-corner-blog/autoscaling-based-on-request-queuing-c4c0f57f860f

Please or to participate in this conversation.