dansan / spring-replay-site

Website to upload, comment and download replays from/for the SpringRTS engine
http://replays.springrts.com/
GNU General Public License v3.0
11 stars 1 forks source link

handle SLDB timeout gracefully #112

Closed dansan closed 5 years ago

dansan commented 6 years ago

When SLDB is offline, pages loading (multiple) data from SLDB have to wait for (multiple) timeout(s), making them very slow to load. Sometimes it takes so much time, the proxy thinks the backend (gunicorn) is dead and displays a HTTP502 Proxy Error.

Upon timeout, display an error message box and fill tables with a line with the same message.