You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RabbitMQ Scaler should be able to browse the pages (the queues are paginated) when it uses regex
Use-Case
In our most intensive case, we are getting 723 queues those match the regex. We are using cloudamqp as a RabbitMQ provider and, at least this provider, has limited the maximum amount of queues that you can get at once in 500 per page. (and the default value is 100 per page).
Right now, the scaler is missing the queues in all pages except the first one without any error.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposal
RabbitMQ Scaler should be able to browse the pages (the queues are paginated) when it uses regex
Use-Case
In our most intensive case, we are getting 723 queues those match the regex. We are using
cloudamqp
as a RabbitMQ provider and, at least this provider, has limited the maximum amount of queues that you can get at once in 500 per page. (and the default value is 100 per page).Right now, the scaler is missing the queues in all pages except the first one without any error.
Anything else?
No response
The text was updated successfully, but these errors were encountered: