Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused variables and correct queueDepth default in IBM MQ scaler #1444

Closed
wants to merge 0 commits into from

Conversation

rickbrouwer
Copy link
Contributor

  • The current documentation states that the default queueDepth is 5, while the code default is 20. The documentation will be updated to reflect the correct default value of 20, aligning it with the code.
  • The queueManager parameter is currently checked to see if it's filled, but it's not used elsewhere in the code. This unused code is removed. The documentation is updated accordingly.
  • The parameter tlsDisabled is removed. All other scalers use the parameter unsafeSsl. To maintain consistency across the other scalers, the code related to tlsDisabled is removed, as unsafeSsl already handles this functionality.
  • Finally, some minor adjustments to the documentation to keep the formatting the same.

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)

Fixes #6033

@rickbrouwer rickbrouwer requested a review from a team as a code owner August 5, 2024 09:52
Copy link

github-actions bot commented Aug 5, 2024

Thank you for your contribution! 🙏 We will review your PR as soon as possible.

While you are waiting, make sure to:

  • Add your contribution to all applicable KEDA versions
  • GitHub checks are passing
  • Is the DCO check failing? Here is how you can fix DCO issues

Learn more about:

Copy link

netlify bot commented Aug 5, 2024

Deploy Preview for keda ready!

Name Link
🔨 Latest commit f5d74de
🔍 Latest deploy log https://app.netlify.com/sites/keda/deploys/66b0a44474394a0008ae6dae
😎 Deploy Preview https://deploy-preview-1444--keda.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant