Hi guys, having grandnode on docker setup,
while uploading a language xmlresource, a timeout is hit and error is displayed:
This page isn’t <mytestsiteadress> took too long to respond.
HTTP ERROR 504
Had an idea that key xml file is too long, are there any grandnode/mongo settings that restrict this?
File is ~950kb
Language upload timeout issue
Monday, November 25, 2024 9:24:55 PM
Hi Povilas,
I suppose it's something related to the MongoDB configuration and the limits of in/out operations. Resource strings import is a huge task inserted in a second and the server is overwhelmed for a while. We've faced a similar issue on MongoDB Atlas when we wanted to install GrandNode. We've made some improvements to the installation process, here are the details - https://github.com/grandnode/grandnode/commit/4487abb01540b61b501c4cd1d43390c8bb0eea8a
We will try to implement something similar to the Import process because it looks like sometimes this may cause problems.
I suppose it's something related to the MongoDB configuration and the limits of in/out operations. Resource strings import is a huge task inserted in a second and the server is overwhelmed for a while. We've faced a similar issue on MongoDB Atlas when we wanted to install GrandNode. We've made some improvements to the installation process, here are the details - https://github.com/grandnode/grandnode/commit/4487abb01540b61b501c4cd1d43390c8bb0eea8a
We will try to implement something similar to the Import process because it looks like sometimes this may cause problems.
Best regards,
Patryk
GrandNode Team
Patryk
GrandNode Team
0
@Povilas,
Please look at the following commit: https://github.com/grandnode/grandnode/commit/19298dba6f0819f674f5bdcdadeb0343c4a234d4
Please look at the following commit: https://github.com/grandnode/grandnode/commit/19298dba6f0819f674f5bdcdadeb0343c4a234d4
Best regards,
Patryk
GrandNode Team
Patryk
GrandNode Team
0