Support #5618
openGetting HTTP 502 Bad Gateway when trying to push (or clone) on a slow network
0%
Description
When we try to push (sometimes it happen on clone) on a network that is slow (not sure if is it is related to bandwidth or latency), we have issues and the operation fails. Usually the error we get is HTTP 502 Bad Gateway. The problem is systematic on some network (ex: people in Argentina or California).
My Rhodecode server (which is running version 4.13.3) is sitting behind an Apache frontend which is used as the Proxy and is providing the Secure HTTPS channel
I included the apache configuration (related to the rhodecode virtualHost) and the rhodecode.ini
I tried to use some trick that I read on some forum like tweaking the timeouts of play with the keepalive settings but it did not help
basically I never could resolved this issue that we started having a few years ago and this is causing big frustration for people working from remote location where we have to setup an intermediate server for them to use and have to synchronize them.
Files
Updated by Marcin Kuzminski [CTO] over 4 years ago
This could be related to Gunicorn timeouts/keeplive. Here are the new defaults and settings we use in latest releases:
Before we used to set those via gunicorn_conf.py (please check this, not sure how it was on 4.13 this release isn't supported anymore)
502 reported by Apache is most likely RhodeCode timeouts not Apache