<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Docker increase timeout limits]]></title><description><![CDATA[<p>I've deployed jsreport to Azure using docker,<br />
Was able to use environment variables to set some settings to get storage working etc.<br />
Like:</p>
<p><code>logger_console_level=debug</code><br />
<code>extensions_fsStore_persistence_provider=azure-storage</code></p>
<p>etc..</p>
<p>But i am trying to increase the timeout of scripts or render,<br />
So i added:<br />
<code>scripts_timeout=10000</code><br />
<code>templatingEngines_timeout=10000</code><br />
<code>extensions_chrome_timeout=10000</code></p>
<p>And it looks like it's not being applied, still getting:<br />
<code>Error: Timeout Error: pdf generation not completed after 30000ms</code></p>
<p>Is there any other way to apply those settings or what am i doing wrong?</p>
]]></description><link>https://forum.jsreport.net/topic/820/docker-increase-timeout-limits</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 12:51:46 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/820.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Nov 2018 09:52:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Docker increase timeout limits on Invalid Date]]></title><description><![CDATA[<p>I've deployed jsreport to Azure using docker,<br />
Was able to use environment variables to set some settings to get storage working etc.<br />
Like:</p>
<p><code>logger_console_level=debug</code><br />
<code>extensions_fsStore_persistence_provider=azure-storage</code></p>
<p>etc..</p>
<p>But i am trying to increase the timeout of scripts or render,<br />
So i added:<br />
<code>scripts_timeout=10000</code><br />
<code>templatingEngines_timeout=10000</code><br />
<code>extensions_chrome_timeout=10000</code></p>
<p>And it looks like it's not being applied, still getting:<br />
<code>Error: Timeout Error: pdf generation not completed after 30000ms</code></p>
<p>Is there any other way to apply those settings or what am i doing wrong?</p>
]]></description><link>https://forum.jsreport.net/post/3998</link><guid isPermaLink="true">https://forum.jsreport.net/post/3998</guid><dc:creator><![CDATA[porfirioribeiro]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Docker increase timeout limits on Wed, 21 Nov 2018 10:19:27 GMT]]></title><description><![CDATA[<ol>
<li>
<p>The script timeout is increased using<br />
<code>extensions_scripts_timeout=100000</code></p>
</li>
<li>
<p>The error <code>Error: Timeout Error: pdf generation not completed after 30000ms</code> comes from chrome generation. Nothing to do with the script.<br />
This timeout can be increased using<br />
<code>extensions_chromePdf_timeout=100000</code></p>
</li>
</ol>
]]></description><link>https://forum.jsreport.net/post/4000</link><guid isPermaLink="true">https://forum.jsreport.net/post/4000</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Wed, 21 Nov 2018 10:19:27 GMT</pubDate></item><item><title><![CDATA[Reply to Docker increase timeout limits on Invalid Date]]></title><description><![CDATA[<p>Thank you!<br />
It works now, was really doing it in a wrong way...</p>
<p>Maybe there could be better docs to explain how environment -&gt; jsreport.config works.</p>
]]></description><link>https://forum.jsreport.net/post/4002</link><guid isPermaLink="true">https://forum.jsreport.net/post/4002</guid><dc:creator><![CDATA[porfirioribeiro]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Docker increase timeout limits on Invalid Date]]></title><description><![CDATA[<p>Have you reached these docs?<br />
<a href="https://jsreport.net/learn/configuration" rel="nofollow">https://jsreport.net/learn/configuration</a></p>
]]></description><link>https://forum.jsreport.net/post/4003</link><guid isPermaLink="true">https://forum.jsreport.net/post/4003</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Docker increase timeout limits on Wed, 21 Nov 2018 10:43:59 GMT]]></title><description><![CDATA[<p>Yes i did, but i could never figure that</p>
<pre><code>&quot;extensions&quot;: {
  &quot;chrome-pdf&quot;: {  
    &quot;timeout&quot;: 30000
  }
}
</code></pre>
<p>specified here: <a href="https://jsreport.net/learn/chrome-pdf" rel="nofollow">https://jsreport.net/learn/chrome-pdf</a><br />
Would actually be <code>extensions_chromePdf_timeout=30000</code></p>
<p>Maybe i missed something :)</p>
]]></description><link>https://forum.jsreport.net/post/4004</link><guid isPermaLink="true">https://forum.jsreport.net/post/4004</guid><dc:creator><![CDATA[porfirioribeiro]]></dc:creator><pubDate>Wed, 21 Nov 2018 10:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to Docker increase timeout limits on Invalid Date]]></title><description><![CDATA[<p>hmm actually there is a section in the docs that contains exactly that.</p>
<p><img src="/uploads/files/1542812084899-captura-de-pantalla-2018-11-21-a-las-9.54.02-a.m.-resized.png" alt="0_1542812081751_Captura de pantalla 2018-11-21 a las 9.54.02 a.m..png" class="img-responsive img-markdown" /></p>
<p>just mention it, i understand that it can be easy to ignore.</p>
]]></description><link>https://forum.jsreport.net/post/4007</link><guid isPermaLink="true">https://forum.jsreport.net/post/4007</guid><dc:creator><![CDATA[bjrmatos]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>