Min RK
Min RK
> Does anyone remember the background decisions that led to the choice of consul and etcd? This would help us decide whether to keep, deprecate or drop them. IIRC (maybe...
Exploring consul clients a bit more, there's: - [hc-pyconsul](https://github.com/Shackelford-Arden/hc-pyconsul), which appears to be brand new and active, but only created/used by one person so far - [py-consul](https://github.com/criteo-forks/py-consul) is a slightly...
after #185, it should be a lot easier to add KV implementations like redis, since only 3 methods need to be implemented - generic methods to add, remove, and get...
btw, I found etcd3gw's [development page](https://opendev.org/openstack/etcd3gw), which I couldn't find last time since all of its official links are broken. It's still clearly actively maintained, but shows all signs of...
Yes, that's exactly what I'm thinking, and specifically for the mybinder.org case where `jupyterhub-singleuser` is not involved. Where jupyterhub-singleuser is involved, activity tracking should already be better than proxy activity...
This is really a special feature for anonymous BinderHub, so another option for this would be to implement this directly in the binderhub chart: 1. enable traefik metrics 2. make...
With wrapspawner, you always set spawner_class to wrapspawner. After that, it's wrap spawner configuration that figures out what 'actual' spawner to launch, e.g. ```python from wrapspawner import WrapSpawner from sudospawner...
Hi, thanks for the PR! I think this is not the right fix. `env` in the subprocess command sets the environment for the *mediator* process, which is not the notebook...
There's an unconditional rollback on [every request](https://github.com/jupyterhub/jupyterhub/blob/0.7.2/jupyterhub/handlers/base.py#L92). It would appear that this is not sufficient to recover the session from whatever failure you are encountering. But I don't see any...
Can you test this in 5.0b1? The admin page got lots of changes with the bootstrap 5 update, so it would be nice if this happened to get fixed along...