Laravel Horizon high CPU & commands #50399
Unanswered
sts-ryan-holton
asked this question in
Q&A
Replies: 1 comment
-
@sts-ryan-holton just sharing: we don't use Horizon, and don't do anywhere near the job volume you are, but we've seen a significant increase in Redis CPU usage since moving to Laravel 10. We're just beginning to investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the latest Horizon v5 on Laravel v10. I have a large application running through a single Redis instance. My application anticipates to process 50 million jobs per day, or this, in production I need several queues, and around 500 max processes.
However, when running Horizon locally with the following I'm seeing almost 100% CPU usage, and hundreds of thousands of commands and needing to understand what I can do to significantly reduce this whilst still being able to process a lot of jobs quickly
Beta Was this translation helpful? Give feedback.
All reactions