unable to prepare export gateway timeout
-
jsreport runing as container azure web app and files shares is as mount storage. I have this error sometimes i can export sometime no. How i can resolve it?
-
Could you please try if the latest jsreport 4.3.1 doesn't fix the issue?
-
Ok i will try. This is error from jsreport service? Now we use 4.2.0 v
-
where can i study the release notes?
-
-
thank you. I will tell you if it resolve my error.
-
Now we have 4.3.1 and we have the same errors unable to load planned schedules and Error when cleaning fs journal but all times we could download export.
-
I see thanks for sharing.
These errors are just warnings that you can safely ignore. The reason is that the azure file share isn't as fast as a normal disk so complex things are slower. This is causing periodic background operations like checking schedules are timing out when waiting for the file system and writing this warning. This isn't a real error because these periodic operations will just run again.
We will try to check if we can speed the export so it doesn't hold the lock so long in the next version.
If you don't want to see this warns because you don't use the scheduling extension, you can just disable it.
extensions_scheduling_enabled=false
-
thank you