<?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[Import timeout when using postgres store provider]]></title><description><![CDATA[<p>when using database (postgres) as store provider i get<br />
524: A timeout occurred<br />
and maybe for more context im using yugabyte postgresql<br />
it was fine when i run it first time (when there is no data inside the databases)</p>
<p>here are my jsreport.config.json</p>
<pre><code class="language-js">{
    &quot;httpPort&quot;: 5488,
    &quot;store&quot;: {
    &quot;provider&quot;: &quot;postgres&quot;
    },
    &quot;blobStorage&quot;: {
    &quot;provider&quot;: &quot;aws-s3-storage&quot;
    },
    &quot;office&quot;: {
    &quot;preview&quot;: {  
        &quot;enabled&quot;: true  
    }
    },
    &quot;logger&quot;: {
    &quot;console&quot;: {
        &quot;transport&quot;: &quot;console&quot;,
        &quot;level&quot;: &quot;debug&quot;
    },
    &quot;file&quot;: {
        &quot;transport&quot;: &quot;file&quot;,
        &quot;level&quot;: &quot;info&quot;,
        &quot;filename&quot;: &quot;logs/reporter.log&quot;
    },
    &quot;error&quot;: {
        &quot;transport&quot;: &quot;file&quot;,
        &quot;level&quot;: &quot;error&quot;,
        &quot;filename&quot;: &quot;logs/error.log&quot;
    }
    },
    &quot;trustUserCode&quot;: true,
    &quot;reportTimeout&quot;: 1000000,
    &quot;workers&quot;: {
    &quot;numberOfWorkers&quot;: 2,
    &quot;chrome&quot;: {
        &quot;numberOfWorkers&quot;: 2
    }
    },
    &quot;extensions&quot;: {
    &quot;authentication&quot;: {
        &quot;cookieSession&quot;: {},
        &quot;admin&quot;: {
        &quot;username&quot;: &quot;username&quot;,
        &quot;password&quot;: &quot;password&quot;
        },
        &quot;enabled&quot;: false
    },
    &quot;aws-s3-storage&quot;: {
        &quot;bucket&quot;: &quot;mybucket&quot;,
        &quot;s3Options&quot;: {
        &quot;endpoint&quot;: &quot;https://minio.io&quot;,
        &quot;s3ForcePathStyle&quot;: true
        }
    },
    &quot;postgres-store&quot;: {
        &quot;host&quot;: &quot;mydb&quot;,
        &quot;port&quot;: 5433,
        &quot;database&quot;: &quot;db&quot;,
        &quot;user&quot;: &quot;user&quot;
    },
    &quot;sample-template&quot;: {
        &quot;createSamples&quot;: false
    },
    &quot;chrome-pdf&quot;: {
        &quot;launchOptions&quot;: {
        &quot;args&quot;: [
            &quot;--no-sandbox&quot;,
            &quot;--disable-setuid-sandbox&quot;,
            &quot;--disable-dev-shm-usage&quot;,
            &quot;--disable-gpu&quot;
        ],
        &quot;protocolTimeout&quot;: 1000000
        },
        &quot;timeout&quot;: 1000000
    },
    &quot;express&quot;: {
        &quot;request&quot;: {
        &quot;jsonLimit&quot;: &quot;1000mb&quot;,
        &quot;inputRequestLimit&quot;: &quot;1000mb&quot;
        }
    }
    }
}
</code></pre>
<p>is there a limit to how long the import can run?</p>
]]></description><link>https://forum.jsreport.net/topic/3334/import-timeout-when-using-postgres-store-provider</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 05:31:27 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/3334.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Oct 2024 02:58:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Import timeout when using postgres store provider on Tue, 29 Oct 2024 21:19:46 GMT]]></title><description><![CDATA[<p>when using database (postgres) as store provider i get<br />
524: A timeout occurred<br />
and maybe for more context im using yugabyte postgresql<br />
it was fine when i run it first time (when there is no data inside the databases)</p>
<p>here are my jsreport.config.json</p>
<pre><code class="language-js">{
    &quot;httpPort&quot;: 5488,
    &quot;store&quot;: {
    &quot;provider&quot;: &quot;postgres&quot;
    },
    &quot;blobStorage&quot;: {
    &quot;provider&quot;: &quot;aws-s3-storage&quot;
    },
    &quot;office&quot;: {
    &quot;preview&quot;: {  
        &quot;enabled&quot;: true  
    }
    },
    &quot;logger&quot;: {
    &quot;console&quot;: {
        &quot;transport&quot;: &quot;console&quot;,
        &quot;level&quot;: &quot;debug&quot;
    },
    &quot;file&quot;: {
        &quot;transport&quot;: &quot;file&quot;,
        &quot;level&quot;: &quot;info&quot;,
        &quot;filename&quot;: &quot;logs/reporter.log&quot;
    },
    &quot;error&quot;: {
        &quot;transport&quot;: &quot;file&quot;,
        &quot;level&quot;: &quot;error&quot;,
        &quot;filename&quot;: &quot;logs/error.log&quot;
    }
    },
    &quot;trustUserCode&quot;: true,
    &quot;reportTimeout&quot;: 1000000,
    &quot;workers&quot;: {
    &quot;numberOfWorkers&quot;: 2,
    &quot;chrome&quot;: {
        &quot;numberOfWorkers&quot;: 2
    }
    },
    &quot;extensions&quot;: {
    &quot;authentication&quot;: {
        &quot;cookieSession&quot;: {},
        &quot;admin&quot;: {
        &quot;username&quot;: &quot;username&quot;,
        &quot;password&quot;: &quot;password&quot;
        },
        &quot;enabled&quot;: false
    },
    &quot;aws-s3-storage&quot;: {
        &quot;bucket&quot;: &quot;mybucket&quot;,
        &quot;s3Options&quot;: {
        &quot;endpoint&quot;: &quot;https://minio.io&quot;,
        &quot;s3ForcePathStyle&quot;: true
        }
    },
    &quot;postgres-store&quot;: {
        &quot;host&quot;: &quot;mydb&quot;,
        &quot;port&quot;: 5433,
        &quot;database&quot;: &quot;db&quot;,
        &quot;user&quot;: &quot;user&quot;
    },
    &quot;sample-template&quot;: {
        &quot;createSamples&quot;: false
    },
    &quot;chrome-pdf&quot;: {
        &quot;launchOptions&quot;: {
        &quot;args&quot;: [
            &quot;--no-sandbox&quot;,
            &quot;--disable-setuid-sandbox&quot;,
            &quot;--disable-dev-shm-usage&quot;,
            &quot;--disable-gpu&quot;
        ],
        &quot;protocolTimeout&quot;: 1000000
        },
        &quot;timeout&quot;: 1000000
    },
    &quot;express&quot;: {
        &quot;request&quot;: {
        &quot;jsonLimit&quot;: &quot;1000mb&quot;,
        &quot;inputRequestLimit&quot;: &quot;1000mb&quot;
        }
    }
    }
}
</code></pre>
<p>is there a limit to how long the import can run?</p>
]]></description><link>https://forum.jsreport.net/post/14151</link><guid isPermaLink="true">https://forum.jsreport.net/post/14151</guid><dc:creator><![CDATA[DhimazPutra]]></dc:creator><pubDate>Tue, 29 Oct 2024 21:19:46 GMT</pubDate></item><item><title><![CDATA[Reply to Import timeout when using postgres store provider on Invalid Date]]></title><description><![CDATA[<p>We basically open the transaction, run sql queries, and then commit. We have no timeout handling implemented for import.</p>
<p>What kind of timeout is that? Connection, query, network...?</p>
]]></description><link>https://forum.jsreport.net/post/14154</link><guid isPermaLink="true">https://forum.jsreport.net/post/14154</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Import timeout when using postgres store provider on Invalid Date]]></title><description><![CDATA[<p>Here are the output of the validation run<br />
<img src="/uploads/files/1730431409586-whatsapp-image-2024-11-01-at-10.22.41_8c145eae.jpeg" alt="0_1730431407822_WhatsApp Image 2024-11-01 at 10.22.41_8c145eae.jpg" class="img-responsive img-markdown" /></p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;!--[if lt IE 7]&gt; &lt;html class=&quot;no-js ie6 oldie&quot; lang=&quot;en-US&quot;&gt; &lt;![endif]--&gt;<br />
&lt;!--[if IE 7]&gt;    &lt;html class=&quot;no-js ie7 oldie&quot; lang=&quot;en-US&quot;&gt; &lt;![endif]--&gt;<br />
&lt;!--[if IE 8]&gt;    &lt;html class=&quot;no-js ie8 oldie&quot; lang=&quot;en-US&quot;&gt; &lt;![endif]--&gt;<br />
&lt;!--[if gt IE 8]&gt;&lt;!--&gt; &lt;html class=&quot;no-js&quot; lang=&quot;en-US&quot;&gt; &lt;!--&lt;![endif]--&gt;<br />
&lt;head&gt;</p>
<p>&lt;title&gt;<a href="http://jsreport.domain.com" rel="nofollow">jsreport.domain.com</a> | 524: A timeout occurred&lt;/title&gt;<br />
&lt;meta charset=&quot;UTF-8&quot; /&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br />
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=Edge&quot; /&gt;<br />
&lt;meta name=&quot;robots&quot; content=&quot;noindex, nofollow&quot; /&gt;<br />
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot; /&gt;<br />
&lt;link rel=&quot;stylesheet&quot; id=&quot;cf_styles-css&quot; href=&quot;/cdn-cgi/styles/main.css&quot; /&gt;</p>
<p>&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&quot;cf-wrapper&quot;&gt;<br />
&lt;div id=&quot;cf-error-details&quot; class=&quot;p-0&quot;&gt;<br />
&lt;header class=&quot;mx-auto pt-10 lg:pt-6 lg:px-8 w-240 lg:w-full mb-8&quot;&gt;<br />
&lt;h1 class=&quot;inline-block sm:block sm:mb-2 font-light text-60 lg:text-4xl text-black-dark ... Error: &lt;!DOCTYPE html&gt;<br />
&lt;!--[if lt IE 7]&gt; &lt;html class=&quot;no-js ie6 oldie&quot; lang=&quot;en-US&quot;&gt; &lt;![endif]--&gt;<br />
&lt;!--[if IE 7]&gt;    &lt;html class=&quot;no-js ie7 oldie&quot; lang=&quot;en-US&quot;&gt; &lt;![endif]--&gt;<br />
&lt;!--[if IE 8]&gt;    &lt;html class=&quot;no-js ie8 oldie&quot; lang=&quot;en-US&quot;&gt; &lt;![endif]--&gt;<br />
&lt;!--[if gt IE 8]&gt;&lt;!--&gt; &lt;html class=&quot;no-js&quot; lang=&quot;en-US&quot;&gt; &lt;!--&lt;![endif]--&gt;<br />
&lt;head&gt;</p>
<p>&lt;title&gt;<a href="http://jsreport.domain.com" rel="nofollow">jsreport.domain.com</a> | 524: A timeout occurred&lt;/title&gt;<br />
&lt;meta charset=&quot;UTF-8&quot; /&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br />
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=Edge&quot; /&gt;<br />
&lt;meta name=&quot;robots&quot; content=&quot;noindex, nofollow&quot; /&gt;<br />
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot; /&gt;<br />
&lt;link rel=&quot;stylesheet&quot; id=&quot;cf_styles-css&quot; href=&quot;/cdn-cgi/styles/main.css&quot; /&gt;</p>
<p>&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&quot;cf-wrapper&quot;&gt;<br />
&lt;div id=&quot;cf-error-details&quot; class=&quot;p-0&quot;&gt;<br />
&lt;header class=&quot;mx-auto pt-10 lg:pt-6 lg:px-8 w-240 lg:w-full mb-8&quot;&gt;<br />
&lt;h1 class=&quot;inline-block sm:block sm:mb-2 font-light text-60 lg:text-4xl text-black-dark ...<br />
at <a href="https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:370938" rel="nofollow">https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:370938</a><br />
at <a href="https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:371007" rel="nofollow">https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:371007</a><br />
at b.callback (<a href="https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:4620827" rel="nofollow">https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:4620827</a>)<br />
at b.&lt;anonymous&gt; (<a href="https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:4618803" rel="nofollow">https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:4618803</a>)<br />
at t.emit (<a href="https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:424305" rel="nofollow">https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:424305</a>)<br />
at t.onreadystatechange (<a href="https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:4622520" rel="nofollow">https://jsreport.domain.com/studio/assets/client.bb8697113435a82755d0.js:2:4622520</a>)</p>
]]></description><link>https://forum.jsreport.net/post/14164</link><guid isPermaLink="true">https://forum.jsreport.net/post/14164</guid><dc:creator><![CDATA[DhimazPutra]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Import timeout when using postgres store provider on Invalid Date]]></title><description><![CDATA[<p>This is likely a timeout from your web server, not from jsreport. Check your web server config.</p>
]]></description><link>https://forum.jsreport.net/post/14165</link><guid isPermaLink="true">https://forum.jsreport.net/post/14165</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>