Horizon balance "auto" split queues #52945
Unanswered
AsemAlalami
asked this question in
Q&A
Replies: 1 comment
-
the pull request |
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.
-
Why does Horizon split queues and run separate workers for every queue if the balance is "auto"?
I took a look how the auto-scaling works, and I have seen that it is already calculate the time/size for all queues at the supervisor
so I don't know why it executes a separate process for every queue!
I need to execute processes based on the
minProcesses
andmaxProcesses
for all supervisor's queues not for every queue in a supervisorThanks
Beta Was this translation helpful? Give feedback.
All reactions