fix: create new HTTP request for each queue query in IBMMQ scaler#7202
fix: create new HTTP request for each queue query in IBMMQ scaler#7202wozniakjan merged 1 commit intokedacore:mainfrom
Conversation
|
Thank you for your contribution! 🙏 Please understand that we will do our best to review your PR and give you feedback as soon as possible, but please bear with us if it takes a little longer as expected. While you are waiting, make sure to:
Once the initial tests are successful, a KEDA member will ensure that the e2e tests are run. Once the e2e tests have been successfully completed, the PR may be merged at a later date. Please be patient. Learn more about our contribution guide. |
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
|
/run-e2e ibm |
|
I'm curious about why this is needed. Does it mix the requests? |
|
Not that I know of, but the original code reuses a single |
…dacore#7202) Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
…dacore#7202) Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> Signed-off-by: Dmitriy Altuhov <altuhovd@gmail.com>
…dacore#7202) Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
…dacore#7202) Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
Refactor IBM MQ scaler HTTP request handling.
Each queue now uses a new http.Request instance instead of reusing a single request with modified bodies.
Checklist