Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,laravel/horizonmaxProcesses在初始启动时启动。在我们的环境中,新队列在我们激活它之前是空的,因此我们希望初始启动时使用数量minProcesses以减少资源使用。
maxProcesses
minProcesses
是否可以像这样配置地平线?或者有谁知道如何实现这个目标?