Skip to content

Conversation

@renuka-fernando
Copy link
Contributor

@renuka-fernando renuka-fernando commented Dec 5, 2025

Purpose

$subject

Fix https://github.com/wso2-enterprise/apim-saas/issues/1588

Config

[controlPlane]
  enabled = true
  serviceURL = "https://apim:9443/"
  username = "admin"
  password = "$env{cp_admin_pwd}"
  environmentLabels = ["Default"]
  skipSSLVerification = true

########### New Config ############
  [controlPlane.hTTPClient]
    requestTimeOut = 41 # in seconds
    tLSHandshakeTimeout = 35 # in seconds
    responseHeaderTimeout = 22 # in seconds
    idleConnTimeout = 52 # in seconds
###################################


  [controlPlane.brokerConnectionParameters]
    eventListeningEndpoints = ["amqp://admin:$env{cp_admin_pwd}@apim:5672?retries='10'&connectdelay='30'"]

Default Values

			RequestTimeOut:        30,
			TLSHandshakeTimeout:   10,
			ResponseHeaderTimeout: 10,
			IdleConnTimeout:       90,

@coderabbitai
Copy link

coderabbitai bot commented Dec 5, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@wso2-engineering wso2-engineering bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Agent Log Improvement Checklist

⚠️ Warning: AI-Generated Review Comments

  • The log-related comments and suggestions in this review were generated by an AI tool to assist with identifying potential improvements. Purpose of reviewing the code for log improvements is to improve the troubleshooting capabilities of our products.
  • Please make sure to manually review and validate all suggestions before applying any changes. Not every code suggestion would make sense or add value to our purpose. Therefore, you have the freedom to decide which of the suggestions are helpful.

✅ Before merging this pull request:

  • Review all AI-generated comments for accuracy and relevance.
  • Complete and verify the table below. We need your feedback to measure the accuracy of these suggestions and the value they add. If you are rejecting a certain code suggestion, please mention the reason briefly in the suggestion for us to capture it.
Comment Accepted (Y/N) Reason
#### Log Improvement Suggestion No: 1
#### Log Improvement Suggestion No: 2
#### Log Improvement Suggestion No: 3

malinthaprasan
malinthaprasan previously approved these changes Dec 5, 2025
Signed-off-by: Renuka Fernando <[email protected]>
@renuka-fernando renuka-fernando merged commit 33593b0 into wso2:choreo Dec 5, 2025
3 of 4 checks passed
@renuka-fernando renuka-fernando deleted the cp-timeout branch December 5, 2025 11:11
@choreo-cicd
Copy link

[succeeded] : dev-deployment-v2 : 20251205.22

@choreo-cicd
Copy link

[succeeded] Dataplane(EastUS) cluster : dev-deployment-v2 : 20251205.22

@choreo-cicd
Copy link

[] Controlplane cluster : stage-deployment-v2 : 20251208.3

@choreo-cicd
Copy link

[] Dataplane(EastUS) cluster : stage-deployment-v2 : 20251208.3

@choreo-cicd
Copy link

[succeeded] Dataplane(EastUS) cluster : stage-deployment-v2 : 20251209.5

@choreo-cicd
Copy link

[canceled] Dataplane(EastUS) cluster : prod-deployment-v2 : 20251209.1

@choreo-cicd
Copy link

[succeeded] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20251209.1

@choreo-cicd
Copy link

[succeeded] Controlplane cluster : prod-deployment-v2 : 20251209.1

@choreo-cicd
Copy link

[failed] Dataplane(EastUS) cluster : prod-deployment-v2 : 20251209.1

@choreo-cicd
Copy link

[succeeded] Controlplane cluster : prod-deployment-v2 : 20251209.1

@choreo-cicd
Copy link

[] Controlplane cluster : prod-deployment-v2 : 20251210.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants