Sentry closing connection (502) for small bursts from Java client

Hey @BYK thanks again for the support here. That makes sense, but I can’t find a way to get this disabled and also work. For some reason, disabling the lines you highlighted causes the following error when starting the sentry_web Docker container:

18:02:14 [WARNING] sentry.utils.geo: settings.GEOIP_PATH_MMDB not configured.
18:02:20 [INFO] sentry.plugins.github: apps-not-configured
*** Starting uWSGI 2.0.18 (64bit) on [Sun Apr  5 18:02:20 2020] ***
compiled with version: 8.3.0 on 31 March 2020 19:34:22
os: Linux-4.15.0-1063-aws #67-Ubuntu SMP Mon Mar 2 07:24:29 UTC 2020
nodename: 8132d1c65fa1
machine: x86_64
clock source: unix
detected number of CPU cores: 2
current working directory: /
detected binary path: /usr/local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: enabled
uWSGI http bound on 0.0.0.0:9000 fd 3
probably another instance of uWSGI is running on the same address (0.0.0.0:9000).
bind(): Address already in use [core/socket.c line 769]

I tried a few other configurations to try and drop uwsgi but I can’t get it to work. I think Caddy still needs uwsgi running as it doesn’t have built in wsgi support, so it needs to speak to something that speaks HTTP (ex. UWSGI).