ProjectSidewalk / SidewalkWebpage

Project Sidewalk web page
http://projectsidewalk.org
MIT License
80 stars 23 forks source link

Getting proxy error timeout when loading admin page on large servers #3544

Open misaugstad opened 1 month ago

misaugstad commented 1 month ago
Brief description of problem/feature

Responses from servers are now timing out after 60 seconds. I know that we had had CS Support bump up our timeouts on their end in the past, but @yhtill seemed to indicate that that's not how it works now, and that it's probably an application setting. I do think that we should increase the timeout past 60 seconds so that we can load the admin pages without needing to spend time optimizing them.

System info (OS, browser, city, and local/prod/test)

Prod Seattle

Potential solution(s)

Find some settings as part of the Play Framework that determines server timeout.

misaugstad commented 1 month ago

But we really should rework the admin page so that we only get data for a tab of the Admin page when we click on that tab. That would solve these issues for quite awhile.