Counter refresh history exit in error
Sentry Issue: SWH-COUNTERS-1D
SystemExit: 1
(17 additional frame(s) were not displayed)
...
File "http/client.py", line 1375, in getresponse
response.begin()
File "http/client.py", line 318, in begin
version, status, reason = self._read_status()
File "http/client.py", line 279, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "socket.py", line 705, in readinto
return self._sock.recv_into(b)
File "gunicorn/workers/base.py", line 204, in handle_abort
sys.exit(1)