Forge / Horizon document https://forge.laravel.com/docs/1.0/sites/queues.html#laravel-horizon
Jul 3, 2022
2
Level 44
dynamic queue names in Horizon when using Forge
I already used Forge api to make dynamic queue names with different number of workers.
I plan to use Laravel Horizon and according to the Forge document it is recommended to use daemon for running queues and not introduce queues in the sites.
In Horizon config file the queues name becomes static but I need dynamic queue names. How should I handle dynamic queue names in Horizon/Forge combination?
Please or to participate in this conversation.