Increase Docker Image Timeouts Azure
-
How do you increase the timeout of the renderer in an azure docker image I have set the following settings on my azure
extensions_chrome-pdf_timeout 600000
extensions_chrome_timeout 600000
tasks_timeout 600000
templatingEngines_timeout 600000appservice but am still getting
Error: Timeout Error: pdf generation not completed after 30000ms
at Timeout.setTimeout (/app/node_modules/jsreport-chrome-pdf/lib/conversion.js:122:19)
at ontimeout (timers.js:498:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:290:5)
-
These environment variables should work
extensions_chromePdf_timeout
or
chrome_timeout
-
Thanks those worked!