Min RK
                                            Min RK
                                        
                                    @religofsil no problem, just checking in! Feel free to ask questions here or in Gitter.
@religofsil are you still working on this one? If not, I'd like to make it available to other applicants. If so, that's fine, too! Feel free to ask questions if...
No worries! Please feel free to ask questions here or on Gitter if you get stuck.
@consideRatio that's true!
I think checking for uncommitted changes is great. I would try to avoid doing things too strict or complicated, and just append ".dirty" to versions if there are uncommitted changes...
``I think it should be un*committed* changes we need to deal with. Staged or not shouldn't be relevant.``
Right now, I think the best we have is [jupyter-keepalive](https://github.com/minrk/jupyter-keepalive), which provides UI for keeping things alive for a specified amount of time. Applying a limit is tricky if it's...
You definitely don't need to rely on the activity record, if you don't want to. That's just what this "idle culler" does - cull _idle_ servers. You can definitely collect...
Started this at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1162
Based on updated knowledge of traefik's kv-store performance, this should be updated to deploy *consul* instead of etcd.