Timeouts when exporting/importing data or doing bulk updates #1137
Unanswered
empusas
asked this question in
Getting Help
Replies: 1 comment
-
Same problem here. A lot more data though, tried to export changelog with 1,5M entries ;) Browser gets a timeout but server still processing. My Nginx is identical. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have switched to the docker version of netbox as this is much easier to maintain as the native installation.
As we need to have SSL encryption we have a NGINX in from of netbox. I followed the recommendation to not mess around with the NGINX inside the netbox container.
But we are constantly having issues with timeouts when we export bigger amounts of data or try to import more then 20 lines of data. Same also when we bulk edit more than 100 items at once. So i tried to increase the timeout in our NGINX installation. But it did not improve the situation.
ngnix config:
I have checked the error log of our NGNIX instance and see that there is clearly a timeout problem. Here i tried to export all devices, just bit less than 10.000 :
I also checked the logs form the netbox container log and see a 404 there as well:
I am a bit out of clues what I could tweak to solve those timeout issues. My next attempt would be to tinker with the config of the internal nginx, but maybe someone had the same problem and solved it?
Beta Was this translation helpful? Give feedback.
All reactions