Feature #2619
Updated by Radek Tomiška over 3 years ago
Please is possible implement asynchronous report processing for render reports? Use case: Some reports has really big content and processing is very long - more than 1 minute. 1 minute is standard timeout for Apache. After 1 minute Apache closes the session and redering ended with internal server error. As solution can be used (for example): Rendering will be processed asynchronous and after render will be file with report will be saved into temporary folder and final resutl with link will be sent to user. As workaround can be used directly connection to Tomcat or setup higher timeout for Apache.