-
I couldn't find an exact answer for this on the web. Can I use a standalone installed Laravel Horizon instance to display the queue content of multiple Laravel apps? Or is it designed for a 'one horizon per app' use case? |
Beta Was this translation helpful? Give feedback.
Answered by
rdgout
Dec 18, 2023
Replies: 1 comment
-
Horizon runs on your app and manages the job queues. The config of horizon knows where to look for queues and jobs because the application is configured a certain way. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cay89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Horizon runs on your app and manages the job queues. The config of horizon knows where to look for queues and jobs because the application is configured a certain way.
What you want to do is probably possible in some limited way but it probably requires a whole lot of effort.