chime-experiment / coco

A Config Controller
https://chime-coco.readthedocs.io/
GNU General Public License v3.0
2 stars 2 forks source link

Trace connections on exception #241

Closed jrs65 closed 2 years ago

jrs65 commented 2 years ago

This adds a config option for toggling the tracing of connections when they encounter an exception.

jrs65 commented 2 years ago

There is an annoying issue that aioredis has now moved to a v2 with a fairly different API. @aelanman ported comet to it (though we haven't deployed it at CHIME), but my attempts to port coco to use it haven't been panning out. I do what I think should work, but it hangs in a redis call and I can't figure out why. So in the meantime we'll need to keep using the old version, and be very careful to not accidentally upgrade it somewhere.

(this incompatibility is also why the tests aren't running at the moment)

jrs65 commented 2 years ago

Deployment steps (notes for @jrs65):