sudden netbox timeout issue #21907
Unanswered
qn-omarmora
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been running netbox 4.4.0 (gunicorn) on an ubuntu 22.04 machine behind a nginx reverse proxy with no issue for the past 6 months. Suddenly I started getting 504 timeouts when trying to connect to my instance. I increased my proxy timeouts from 90s to 300s and I can reach the homepage now after maybe 2 minutes. I'm not sure what could have suddenly changed that would start making netbox timeout. Has anyone encountered this issue before?
This is the content of my nginx reverse proxy config.
postgres is up and running on the server and I am able to connect to the DB with no issue.
my gunicorn.py configuration file has bind on 127.0.0.1:8001, 5 workers, 3 threads, timeout 120s, max requests 5000, and max request jitter 500.
I don't have any plugins installed.
ALLOWED_HOSTS is ['mynetbox.domain.net','localhost','127.0.0.1']
I am running netbox on an air-gapped network, no access to internet.
If there is more config that I can provide to give more context please let me know.
Something else I've noticed is that if I try reaching
mynetbox.domain.netit takes a while before connecting but I can get tomynetbox.domain.net/loginimmediately and once I finally do get to the home page, navigating to other pages in the tool is normal, it's just the home page that takes a while to load.Any and all insight will be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions