You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Every time aurproxy writes out a new configuration, I get a line such as:
2015-07-07 10:41:20,677 [INFO] tellapart.aurproxy.backends.nginx.backend: Applying new configuration.
Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in <module 'threading' from '/usr/lib64/python2.7/threading.pyc'> ignored
At first, I thought it was from the run_local('kill -HUP ...') call in the nginx backend's restart(), but changing that to something else has no effect. My guess is something in the gevent code is buggy and I'm not sure of the best way to find it (but would like to see no tracebacks).
Every time aurproxy writes out a new configuration, I get a line such as:
At first, I thought it was from the
run_local('kill -HUP ...')
call in the nginx backend'srestart()
, but changing that to something else has no effect. My guess is something in the gevent code is buggy and I'm not sure of the best way to find it (but would like to see no tracebacks).I'm starting aurproxy via:
With this config json:
Sadly, nothing is being logged to sentry either.
The text was updated successfully, but these errors were encountered: