Configuring the Broker Response Timeout

The following section outlines how to increase and set the BROKER_MAX_WAIT_SECONDS parameter for the Connector.

  1. Make a copy of the docker-compose.yaml file by running the following command:

    cp /opt/connector_data/docker-compose.yaml /opt/connector_data/docker-compose-new.yaml
    
  2. Edit /opt/connector_data/docker-compose.yaml to add an environmental variable.

    • If you have an active Security Gateway, find the cmsg service section and add the following parameter and enter a value in seconds:
    BROKER_MAX_RESP_WAIT_SECONDS=<required_value>
    
    • If you don't have an active Security Gateway, find the cm service section and add the following parameter and enter a value in seconds:
    BROKER_MAX_RESP_WAIT_SECONDS=<required_value>
    
  3. Update the Connector by running the following command:

    cloud-access-connector update --compose-file /opt/connector_data/docker-compose-new.yaml