Increasing HTTP timeout between gateway and compute nodes (AEN 4.2.0)ΒΆ
The default HTTP timeout is 600 seconds (10 minutes).
This setting works for HTTP timeout only, not HTTPS.
To modify the HTTP timeout setting:
Open the
/opt/wakari/wakari-compute/etc/wakari/wk-compute-launcher-config.json
file and modify the httpTimeout key:"httpTimeout": 600
Update the gateway node by modifying the httpTimeout key in the
/opt/wakari/wakari-gateway/etc/wakari/wk-gateway-config.json
file to match the above settings.Restart the AEN compute service:
sudo service wakari-compute restart