Laravel Horizon option to disable/reduce metrics for lower CPU higher throughout #57113
Unanswered
sts-ryan-holton
asked this question in
Ideas
Replies: 0 comments
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.
-
Hi,
I'm running a large scale web application with multiple Horizon instances.
Horizon utilises a single Redis instance defined under its 'use' configuration, which by default is set to "default" to store job metrics, meta info and more.
With multiple instances, and hundreds of processes on each this creates thousands of connected clients back to that default instance used for metrics.
I wish there was a way to distribute the meta information across multiple instances, or simply disable/reduce the number of metrics and meta collected.
Beta Was this translation helpful? Give feedback.
All reactions