Below parameters are needed to be fine tuned and configured based on the expected number of user requests. These parameters are available in server.conf file of Access Gateway.
Default values
http_connection_pool_min_size="10"
http_connection_pool_max_size="100"
http_connection_pool_incremental_factor="4"
http_connection_pool_timeout="2 minutes"
http_connection_pool_wait_timeout="120"
http_connection_pool_max_attemps="3"
New connections settings to fix this issue
http_connection_pool_timeout="1 minutes"
http_connection_pool_wait_timeout="30"
http_connection_pool_max_attemps="1"