Azure Timeout Environment Variables
-
I am trying to modify the timeout value for my Azure Docker instance from the default setting in the config file.
I have tried both the environment variables suggest in this post:
https://forum.jsreport.net/topic/1033/increase-docker-image-timeouts-azureI used chrome_timeout and extensions_chromePdf_timeout
After setting the variables with a higher timeout and restarting the app service, it still keeps timing out after 60 secs.
Please can you guide me to get this resolved?
-
The
chrome_timeout
was removed in v3 so adding it makes no impact.
The later jsreport releases include just single config for timeouts namedreportTimeout
-
Thanks Jan. That worked!