Eunsoo Park (Evan)
Eunsoo Park (Evan)
This is a feature request. As EG becomes one of core mircroservices in scalable jupyter deployment, **Reliability** should be required to EG. There're many works for reliability such as HA...
# Description Recently I’ve monitored EG cannot handle concurrent 30 kernel start requests. Here’s the itest code. ``` def scale_test(kernelspec, example_code, _): """test function for scalability test""" res = True...
In project roadmap, > Kernel Configuration Profile Enable client to request different resource configurations for kernels (e.g. small, medium, large) I'm resolving this in k8s env by adding new kernelspec...
I don't know much about enterprise_gateway internals, and currently studying hard! So this includes my guess. When I use EG in my environment, I've noticed that kernel status is not...
Hi! I've been forwarded from the issue (See more detail in the link): https://discourse.jupyter.org/t/detecting-cpu-and-ram-limits-on-mybinder-org/4640 Since the CPU and memory total value reported by `psutil` is not reflecting docker hard limit...