Increasing HTTP timeout between gateway and compute nodes (AEN 4.1.3)
=====================================================================

.. raw:: html

    <p>The default HTTP timeout is 600 seconds (10 minutes).</p>
    <p>This setting works for HTTP timeout only, not HTTPS.</p>
    <p>To modify the HTTP timeout setting:</p>
    <ol class="arabic">
    <li><p class="first">Open the <code class="docutils literal"><span class="pre">/opt/wakari/wakari-compute/etc/wakari/wk-compute-launcher-config.json</span></code> file and modify the httpTimeout key:</p>
    <div class="highlight-bash"><div class="highlight"><pre><span></span><span class="s2">&quot;httpTimeout&quot;</span>: <span class="m">600</span>
    </pre></div>
    </div>
    </li>
    <li><p class="first">Update the gateway node by modifying the httpTimeout key in the <code class="docutils literal"><span class="pre">/opt/wakari/wakari-gateway/etc/wakari/wk-gateway-config.json</span></code> file to match the above settings.</p>
    </li>
    <li><p class="first">Restart the AEN compute service:</p>
    <div class="highlight-bash"><div class="highlight"><pre><span></span>sudo service wakari-compute restart
    </pre></div>
    </div>
    </li>
    </ol>
