Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-2688

Document the configuration for business/decision central timeout

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • None
    • 7.0.0 LA
    • Business Central
    • None

    Description

      As per of the fix of RHDM-457 and RHPAM-769 we also need to document how customers can configure the connection timeout to avoid the issues above.

      The configuration needed can be done in two ways, global on the OpenShift router or specific the business/decision central routes.

      just need to add the annotation haproxy.router.openshift.io/timeout: 60s on the target route, here is a full example:

      - kind: Route
        apiVersion: v1
        id: "${APPLICATION_NAME}-rhdmcentr-http"
        metadata:     name: "${APPLICATION_NAME}-rhdmcentr"
          labels:       application: "${APPLICATION_NAME}"
          annotations:       description: Route for Decision Central's http service.
            haproxy.router.openshift.io/timeout: 60s
        spec:     host: "${DECISION_CENTRAL_HOSTNAME_HTTP}"
          to:       name: "${APPLICATION_NAME}-rhdmcentr"
      

      For the global settings, there is a few environment variables that can be set like described in this link: https://docs.openshift.com/container-platform/3.3/architecture/core_concepts/routes.html#route-specific-timeouts

      Attachments

        Issue Links

          Activity

            People

              gsheldon_jira Gemma Hilton (Inactive)
              rhn-support-fspolti Filippe Spolti
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: